Expand description
Storage backend abstraction
This module provides a trait-based abstraction for different storage backends, allowing the controller to use either RocksDB or file-based storage.
Modules§
Structs§
- Storage
Stats - Storage statistics
Enums§
- Storage
Config - Storage backend configuration
Traits§
- Storage
Backend - Storage backend trait
- Storage
Backend Ext - Helper methods for storing/retrieving typed data
Functions§
- create_
storage - Create a storage backend based on configuration