Decision Workspace
datetime-default vs chrono_elapsed vs easy_time
Side-by-side comparison of Rust crates
44
datetime-default
growingv1.1.1
Provide NewType of Datetime that overrides the default value.
55
chrono_elapsed
stablev1.0.12
A simple extension of chrono. Answers questions like: how much time has elapsed since date y? How long until date x will be upon us?
54
easy_time
growingv0.2.2
A simple and intuitive library for handling time in Rust
Core Metrics
| datetime-default | chrono_elapsed | easy_time | |
|---|---|---|---|
| Health Score | 44 | 55 | 54 |
| Total Downloads | 7.9K | 21.4K | 9.7K |
| 30d Downloads | 9 | 37 | 19 |
| Dependents | 0 | 2 | 0 |
| Releases | 6 | 16 | 13 |
| Last Updated | 1125d ago | 1727d ago | 64d ago |
| Age | 3y 5m | 4y 8m | 2y 5m |
Health Breakdown
datetime-default
Maintenance
4
Quality
22
Community
3
Popularity
5
Documentation
10
chrono_elapsed
Maintenance
12
Quality
20
Community
6
Popularity
5
Documentation
12
easy_time
Maintenance
14
Quality
15
Community
5
Popularity
5
Documentation
15
Technical Details
| datetime-default | chrono_elapsed | easy_time | |
|---|---|---|---|
| Version | 1.1.1 | 1.0.12 | 0.2.2 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✗ No |
| License | MIT | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 3 | 2 | 1 |
| Crate Size | 6KB | 6KB | 12KB |
| Features | 2 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2018 | 2024 |
| MSRV | — | — | 1.85 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •chrono_elapsed leads with a health score of 55/100, but none of the options score above 80.
- •⚠ datetime-default, chrono_elapsed have not been updated in over a year.
- •easy_time is pre-1.0 — API may change.