Expand description
Pluggable persistence.
The persistence is a simple key-value store. The intention is to make it simple to implement other persistence mechanisms than the provided ones, such as against a databases.
Structs§
- File
Persist - Simple file persistence.
- Memory
Persist - Memory implementation for dev/testing.
- Persist
Key - Key for a value in the persistence.
Enums§
- Persist
Kind - Kinds of persistence keys.
Traits§
- Persist
- Trait for a persistence implementation.