| Crates.io | boot-time |
| lib.rs | boot-time |
| version | 0.1.2 |
| created_at | 2023-09-25 15:54:07.96485+00 |
| updated_at | 2023-09-26 07:29:32.681045+00 |
| description | Monotonic time that takes into account time a system was suspended (if the system supports this) |
| homepage | |
| repository | https://github.com/DXist/boot-time |
| max_upload_size | |
| id | 982845 |
| size | 33,722 |
This library reimplements std::time::Instant to use suspend-aware monotonic time if target system supports it.
Otherwise is uses monotonic time or reexports std::time::Instant.