uchrono 0.1.1

A no_std compatible time point and duration library
Documentation
  • Coverage
  • 100%
    9 out of 9 items documented2 out of 5 items with examples
  • Size
  • Source code size: 17.62 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 504.81 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 8s Average build duration of successful builds.
  • all releases: 8s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • AndWass/uchrono
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • AndWass

A no_std compatible time point and duration library.

Duration

The Duration type is inspired by smoltcp::time::Duration and embassy_time::Duration but allows for negative duration values as well.

Time points

The TimePoint type is keyed on which Clock it originates from. This catches errors such as accidentally comparing time points from different clocks.

Features

  • std - enabled by default.