Crates.io | rtic-time |
lib.rs | rtic-time |
version | 2.0.0 |
source | src |
created_at | 2023-04-05 19:17:47.470036 |
updated_at | 2024-05-29 19:11:26.490768 |
description | Basic definitions and utilities that can be used to keep track of time |
homepage | |
repository | https://github.com/rtic-rs/rtic |
max_upload_size | |
id | 831345 |
size | 60,519 |
Basic definitions and utilities that can be used to keep track of time.
The main contribution of this crate is to define the Monotonic
trait. It serves as a standardized interface for libraries to interact with the system's monotonic timers.
Additionally, this crate provides tools and utilities that help with implementing monotonic timers.
Monotonic
traitFor implementations of Monotonic
on various hardware, see rtic-monotonics
.
Join us and talk about RTIC in the Matrix room.
Weekly meeting minutes can be found over at RTIC HackMD.