Expand description
Embassy-friendly runtime adapters and fixed-capacity in-memory stores.
Structs§
- Embassy
Clock - Monotonic clock backed by
embassy-time. - Embassy
Delay DelayNsadapter backed byembassy_time.- Embassy
Platform - Convenience
crate::Platformimplementation for Embassy-style targets. - Memory
Counter Store - Fixed-capacity in-memory counter store.
- Memory
KeyValue Store - Fixed-capacity in-memory key-value store.
- RngCore
Adapter - Adapter that preserves a concrete RNG type while forwarding
randtraits.
Enums§
- Memory
Store Error - Errors returned by the fixed-capacity memory stores.