Utilities for working with time-related functions in Rust
Documentation
Put this in your Cargo.toml:
Cargo.toml
toml [dependencies] time = "*"
And this in your crate root:
rust extern crate time;