unix-time

A minimalist Rust crate to play with UNIX epoch-based Instant.

Using it

Simply add this to your Cargo.toml: toml [dependencies] unix-time = "0.1"

You can then use the defined Instant using rust use unix_time::Instant; // Do whatever you want with Instant