| Crates.io | unix-time |
| lib.rs | unix-time |
| version | 0.1.5 |
| created_at | 2020-11-26 11:20:34.653974+00 |
| updated_at | 2021-07-08 10:56:42.294982+00 |
| description | A minimal crate to play with Instant based on UNIX epoch |
| homepage | |
| repository | https://github.com/qdeconinck/unix-time |
| max_upload_size | |
| id | 316665 |
| size | 11,700 |
A minimalist Rust crate to play with UNIX epoch-based Instant.
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