| Crates.io | timeout-trait |
| lib.rs | timeout-trait |
| version | 0.8.1 |
| created_at | 2025-12-10 20:44:28.77312+00 |
| updated_at | 2026-01-19 02:11:37.226016+00 |
| description | Traits used to wait and timeout. |
| homepage | |
| repository | https://github.com/mcu-rust/timeout-trait |
| max_upload_size | |
| id | 1978769 |
| size | 34,229 |
Traits used to wait and timeout in a no-std embedded system.
It requires an implementation of TickInstant. In return, it provides TickTimeout and TickDuration, which can be used for timeout-related operations. It also includes an implementation of DelayNs called TickDelay, suitable for bare-metal systems.
std: Used for unit test. Disabled by default.