Module embassy_support

Module embassy_support 

Source
Expand description

Embassy-friendly runtime adapters and fixed-capacity in-memory stores.

Structs§

EmbassyClock
Monotonic clock backed by embassy-time.
EmbassyDelay
DelayNs adapter backed by embassy_time.
EmbassyPlatform
Convenience crate::Platform implementation for Embassy-style targets.
MemoryCounterStore
Fixed-capacity in-memory counter store.
MemoryKeyValueStore
Fixed-capacity in-memory key-value store.
RngCoreAdapter
Adapter that preserves a concrete RNG type while forwarding rand traits.

Enums§

MemoryStoreError
Errors returned by the fixed-capacity memory stores.