rtic-time

Crates.iortic-time
lib.rsrtic-time
version2.0.0
sourcesrc
created_at2023-04-05 19:17:47.470036
updated_at2024-05-29 19:11:26.490768
descriptionBasic definitions and utilities that can be used to keep track of time
homepage
repositoryhttps://github.com/rtic-rs/rtic
max_upload_size
id831345
size60,519
(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

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

Chat

Join us and talk about RTIC in the Matrix room.

Weekly meeting minutes can be found over at RTIC HackMD.

Commit count: 1745

cargo fmt