Crates.io | chroniker |
lib.rs | chroniker |
version | 0.5.1 |
source | src |
created_at | 2017-07-07 23:33:56.18718 |
updated_at | 2017-08-19 15:42:03.272438 |
description | A simple library to help with time |
homepage | |
repository | https://github.com/DevOrc/chroniker |
max_upload_size | |
id | 22457 |
size | 14,807 |
A simple library to help with time in rust. Documentation
Chroniker has many utilities. They include:
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