DXist / boot-time

Suspend-aware monotonic time for Rust
MIT License
2 stars 0 forks source link

Boot time

Crates.io Docs.rs License

This library reimplements std::time::Instant to use suspend-aware monotonic time if target system supports it.

Otherwise it uses monotonic time or reexports std::time::Instant.