Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 610 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 610 Bytes

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.