14 unstable releases (6 breaking)
0.8.1 | Jan 23, 2024 |
---|---|
0.8.0 | Dec 15, 2023 |
0.7.1 | Dec 15, 2023 |
0.7.0 | Aug 24, 2023 |
0.2.0 | Aug 27, 2016 |
#60 in Date and time
592,088 downloads per month
Used in 17 crates
(6 directly)
82KB
1.5K
SLoC
This crate provides time and duration types with fixed-size representations with either coarse or precise resolution. This allows for using these types in places where a known size is required.
The internal representations also trade decreased representable ranges in exchange for smaller types. This makes them appealing for short timescales when smaller sized types are beneficial, such as in item metadata.
Since the internal representations use a single 32bit or 64bit value, math operations on the types are cheaper than they are with the standard time types.
Dependencies
~0.7–1MB
~15K SLoC