Crate timemachine[−][src]
Expand description
The timemachine crate handles daily time-based state transitions
For the main chunk of docs, see TimeMachine.
Napchart support can be included with crate feature napchart.
Structs
| Clock | Time range iterator for convenience |
| Time | A time of day as an (hour, minute, second) offset from midnight |
| TimeMachine | A time-based mod 24(*60*60) state machine. |
Enums
| ErrorKind | timemachine error type |