Decision Workspace
quant vs dimensioned vs dimensional_quantity
Side-by-side comparison of Rust crates
30
quant
growingv0.0.4
(Not ready to use yet) A library that makes it easy to work w/ Dimensions, Units, and Physical Quantities.
51
dimensioned
growingv0.8.0
Compile-time dimensional analysis for various unit systems using Rust's type system. Dimensioned aims to build on Rust's safety features by adding unit safety with no runtime cost. In addition, it aims to be as easy to use as possible, hopefully making things easier for you not just by avoiding bugs but also by making it clear what units things are. Never again should you need to specify units in a comment!
48
dimensional_quantity
growingv0.1.11
Check units of measure at compile time using generic const expressions
Core Metrics
| quant | dimensioned | dimensional_quantity | |
|---|---|---|---|
| Health Score | 30 | 51 | 48 |
| Total Downloads | 7.1K | 991.8K | 25.1K |
| 30d Downloads | 2 | 18.0K | 26 |
| Dependents | 0 | 55 | 0 |
| Releases | 4 | 26 | 23 |
| Last Updated | 3759d ago | 1429d ago | 255d ago |
| Age | 10y 11m | 11y 4m | 3y 3m |
Health Breakdown
quant
Maintenance
8
Quality
9
Community
3
Popularity
5
Documentation
5
dimensioned
Maintenance
4
Quality
16
Community
11
Popularity
7
Documentation
13
dimensional_quantity
Maintenance
10
Quality
15
Community
5
Popularity
5
Documentation
13
Technical Details
| quant | dimensioned | dimensional_quantity | |
|---|---|---|---|
| Version | 0.0.4 | 0.8.0 | 0.1.11 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT/Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 1 | 10 | 6 |
| Crate Size | 5KB | 50KB | 91KB |
| Features | 0 | 6 | 4 |
| Yanked % | 100.0% | 0.0% | 4.3% |
| Edition | — | 2021 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •dimensioned leads with a health score of 51/100, but none of the options score above 80.
- •⚠ quant, dimensioned have not been updated in over a year.