A simple library to help with time in rust. Documentation
Chroniker has many utilities. They include: - Time Unit Conversion - Thread Sleeping - Retrieving the current system time - Timers
The utilities are covered in the examples
Covers the Timer API
$ cargo run --example getting_started
Covers how to get the Systems time in milliseconds
$ cargo run --example millis_time
Covers how to convert time units
$ cargo run --example units