boot-time

Crates.ioboot-time
lib.rsboot-time
version0.1.2
sourcesrc
created_at2023-09-25 15:54:07.96485
updated_at2023-09-26 07:29:32.681045
descriptionMonotonic time that takes into account time a system was suspended (if the system supports this)
homepage
repositoryhttps://github.com/DXist/boot-time
max_upload_size
id982845
size33,722
Rinat Shigapov (DXist)

documentation

README

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.

Commit count: 9

cargo fmt