rtic-time

Crates.iortic-time
lib.rsrtic-time
version2.0.1
created_at2023-04-05 19:17:47.470036+00
updated_at2025-06-22 10:05:00.213191+00
descriptionBasic definitions and utilities that can be used to keep track of time
homepage
repositoryhttps://github.com/rtic-rs/rtic
max_upload_size
id831345
size68,555
(perlindgren)

documentation

README

rtic-time

Basic definitions and utilities that can be used to keep track of time.

crates.io docs.rs matrix

Content

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.

Implementations of the Monotonic trait

Check the HAL crate of your device: it might already contain an implementation.

For reference implementations of Monotonic on various hardware, see rtic-monotonics.

RTIC v1 uses rtic-monotonic instead

Chat

Join us and talk about RTIC in the Matrix room.

Weekly meeting minutes can be found over at RTIC HackMD.

Commit count: 1930

cargo fmt