boot-time 0.1.2

Monotonic time that takes into account time a system was suspended (if the system supports this)
Documentation

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 is uses monotonic time or reexports std::time::Instant.