5 releases (3 stable)

1.3.0 Jan 10, 2024
1.2.0 Dec 6, 2023
1.0.0 May 31, 2023
1.0.0-alpha.1 Apr 9, 2023

#273 in Concurrency

Download history 559/week @ 2024-01-22 707/week @ 2024-01-29 1427/week @ 2024-02-05 1350/week @ 2024-02-12 1274/week @ 2024-02-19 1561/week @ 2024-02-26 2018/week @ 2024-03-04 1163/week @ 2024-03-11 663/week @ 2024-03-18 789/week @ 2024-03-25 658/week @ 2024-04-01 844/week @ 2024-04-08 1006/week @ 2024-04-15 867/week @ 2024-04-22 578/week @ 2024-04-29 488/week @ 2024-05-06

2,967 downloads per month
Used in 3 crates (2 directly)

MIT/Apache

36KB
495 lines

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.

Dependencies

~760KB
~14K SLoC