Crates.io | simple-clock |
lib.rs | simple-clock |
version | 0.1.0 |
source | src |
created_at | 2021-07-02 12:12:31.622897 |
updated_at | 2021-07-02 12:12:31.622897 |
description | The simplest clock for the Rust embedded. |
homepage | |
repository | https://github.com/alekseysidorov/simple-clock |
max_upload_size | |
id | 417790 |
size | 6,406 |
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.