Crates.io | rtic-time |
lib.rs | rtic-time |
version | 2.0.1 |
created_at | 2023-04-05 19:17:47.470036+00 |
updated_at | 2025-06-22 10:05:00.213191+00 |
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 | 68,555 |
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
traitCheck the HAL crate of your device: it might already contain an implementation.
For reference implementations of Monotonic
on various hardware, see rtic-monotonics
.
rtic-monotonic
insteadJoin us and talk about RTIC in the Matrix room.
Weekly meeting minutes can be found over at RTIC HackMD.