Crate timemachine[][src]

The timemachine crate handles daily time-based state transitions

GitHub last commit Crates.io Docs.rs

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