boot-time 0.1.2

Monotonic time that takes into account time a system was suspended (if the system supports this)
Documentation
  • Coverage
  • 100%
    2 out of 2 items documented1 out of 1 items with examples
  • Size
  • Source code size: 33.81 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.8 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • DXist/boot-time
    5 0 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • DXist

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.