boot-time 0.1.3

Monotonic time that takes into account time a system was suspended (if the system supports this)
Documentation
1
2
3
4
5
6
cfg_if::cfg_if! {
    if #[cfg(unix)] {
        mod unix;
        pub use self::unix::*;
    }
}