Module kv

Module kv 

Source
Expand description

Key-value store abstraction for PXE local state.

Structs§

InMemoryKvStore
In-memory KV store for testing and ephemeral use.

Traits§

KvStore
Simple key-value store trait (async for future flexibility).