unix-time A minimalist Rust crate to play with UNIX epoch-based Instant. Using it Simply add this to your Cargo.toml: [dependencies] unix-time = "0.1" You can then use the defined Instant using use unix_time::Instant; // Do whatever you want with Instant