Expand description
Re-export of hifitime
Structs§
- Duration
- Defines generally usable durations for nanosecond precision valid for 32,768 centuries in either direction, and only on 80 bits / 10 octets.
- Epoch
- Defines a nanosecond-precision Epoch.
- Format
- Format allows formatting an Epoch with some custom arrangement of the Epoch items. This provides almost all of the options from the 1989 C standard.
- Formatter
- Time
Series - An iterator of a sequence of evenly spaced Epochs.
Enums§
- Duration
Error - Freq
- An Enum to convert frequencies to their approximate duration, rounded to the closest nanosecond.
- Hifitime
Error - Errors handles all oddities which may occur in this library.
- Parsing
Error - Time
Scale - Enum of the different time systems available
- Unit
- An Enum to perform time unit conversions.
- Weekday
Traits§
- Frequencies
- A trait to automatically convert some primitives to an approximate frequency as a duration, rounded to the closest nanosecond Does not support more than 1 GHz (because max precision of a duration is 1 nanosecond)
- Time
Units - A trait to automatically convert some primitives to a duration