Expand description
Tokio-friendly runtime adapters and simple std-backed stores.
Structs§
- Memory
Counter Store - In-memory counter store convenient for host-side tests.
- Memory
KeyValue Store - In-memory key-value store convenient for host-side tests.
- StdClock
- Monotonic clock backed by
std::time::Instant. - Thread
Rng - Thread-local cryptographic RNG seeded from the operating system. A reference to the thread-local generator
- Tokio
Delay DelayNsadapter backed bytokio::time::sleep.- Tokio
File Counter Store - Counter store that persists one file per context key.
- Tokio
File KeyValue Store - Key-value store that persists one file per key.
- Tokio
Platform - Convenience
crate::Platformimplementation for Tokio-based hosts. - UdpMulticast
Radio - Host-side radio simulator backed by UDP multicast.
- UdpMulticast
Radio Config - Configuration for
UdpMulticastRadio.
Enums§
- File
Store Error - Errors returned by the std-backed file and memory stores.
- UdpMulticast
Radio Error - Errors returned by the UDP multicast radio simulator.