Expand description
Storage abstraction for rpytest persistence.
Modules§
- keys
- Key prefixes for namespacing data in storage.
Structs§
- Sled
Backend - Sled-based storage backend.
Enums§
- Storage
Error - Error type for storage operations.
Constants§
- SCHEMA_
VERSION - Schema version for cache format compatibility.
Traits§
- Storage
Backend - Abstraction over key-value storage backends.
Type Aliases§
- Storage
Result - Result type for storage operations.