Module storage

Module storage 

Source
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§

file_backend

Structs§

StorageStats
Storage statistics

Enums§

StorageConfig
Storage backend configuration

Traits§

StorageBackend
Storage backend trait
StorageBackendExt
Helper methods for storing/retrieving typed data

Functions§

create_storage
Create a storage backend based on configuration