# Boot time
[](https://crates.io/crates/boot-time)
[](https://docs.rs/boot-time)
[](https://raw.githubusercontent.com/DXist/boot-time/main/LICENSE)
This library reimplements [std::time::Instant](https://doc.rust-lang.org/std/time/struct.Instant.html) to use suspend-aware monotonic time if target system supports it.
Otherwise it uses monotonic time or reexports [std::time::Instant](https://doc.rust-lang.org/std/time/struct.Instant.html).