Decision Workspace
duration_helper vs duration-ext vs durr
Side-by-side comparison of Rust crates
32
duration_helper
growingv0.1.0
Simple std::time::Duration extension methods for i64 and f64 types: 5.hours()
48
duration-ext
experimentalv1.0.0
Ergonomic extension trait for creating std::time::Duration from numeric literals
45
durr
growingv2.0.0
5.minutes() instead of Duration::from_seconds(300)
Core Metrics
| duration_helper | duration-ext | durr | |
|---|---|---|---|
| Health Score | 32 | 48 | 45 |
| Total Downloads | 1.7K | 205 | 3.0K |
| 30d Downloads | 20 | 23 | 19 |
| Dependents | 1 | 4 | 0 |
| Releases | 1 | 1 | 2 |
| Last Updated | 956d ago | 72d ago | 630d ago |
| Age | 2y 7m | 2m | 1y 9m |
Health Breakdown
duration_helper
Maintenance
1
Quality
16
Community
4
Popularity
4
Documentation
7
duration-ext
Maintenance
9
Quality
18
Community
8
Popularity
3
Documentation
10
durr
Maintenance
5
Quality
20
Community
6
Popularity
4
Documentation
10
Technical Details
| duration_helper | duration-ext | durr | |
|---|---|---|---|
| Version | 0.1.0 | 1.0.0 | 2.0.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT | GPL-3.0-only | MIT OR Apache-2.0 |
| Dependencies | 0 | 0 | 0 |
| Crate Size | 2KB | 18KB | 1KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •duration-ext leads with a health score of 48/100, but none of the options score above 80.
- •durr has the most downloads (3.0K), suggesting wider adoption.
- •⚠ duration_helper, durr have not been updated in over a year.
- •duration_helper is pre-1.0 — API may change.