1 unstable release

0.1.0 Jul 2, 2021

#373 in No standard library

27 downloads per month
Used in esp8266-wifi-serial

MIT/Apache

6KB
85 lines

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.


lib.rs:

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.

No runtime deps