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