Expand description
Pluggable key-value store abstraction.
Modeled after the TypeScript SDK’s Store interface (Cloudflare KV API style). Implementations handle serialization internally.
Structs§
- File
Store - File-system backed store. Each key is stored as a JSON file.
- Memory
Store - In-memory store backed by a HashMap. JSON-roundtrips values to match production behavior.
Enums§
Traits§
- Store
- Async key-value store interface.