| Crates.io | tick_clock |
| lib.rs | tick_clock |
| version | 0.1.2 |
| created_at | 2022-02-10 03:22:30.690154+00 |
| updated_at | 2022-04-22 05:04:52.621999+00 |
| description | tick clock |
| homepage | |
| repository | https://github.com/rise0chen/clock_source.git |
| max_upload_size | |
| id | 530009 |
| size | 12,317 |
Add this to your Cargo.toml:
[dependencies]
tick_clock = "*"
tick_clock::tick();
let now: u64 = tick_clock::now();