simple-clock 0.1.0

The simplest clock for the Rust embedded.
Documentation
  • Coverage
  • 100%
    11 out of 11 items documented0 out of 10 items with examples
  • Size
  • Source code size: 6.03 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.23 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • alekseysidorov/simple-clock
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • alekseysidorov

simple-clock

This library provides a very simple system clock interface with microsecond precision. Unlike the embedded-time, the interface provided by this library is as simple as possible which is better suited for writing prototypes.