Crates.io | uchrono |
lib.rs | uchrono |
version | 0.1.1 |
source | src |
created_at | 2023-10-22 13:10:17.435656 |
updated_at | 2023-10-23 17:55:46.232453 |
description | A no_std compatible time point and duration library |
homepage | |
repository | https://github.com/AndWass/uchrono |
max_upload_size | |
id | 1010577 |
size | 17,620 |
A no_std compatible time point and duration library.
The Duration
type is inspired by smoltcp::time::Duration
and
embassy_time::Duration
but allows for negative duration values as well.
The TimePoint
type is keyed on which Clock
it originates from. This catches errors such
as accidentally comparing time points from different clocks.
std
- enabled by default.