Module persistence

Module persistence 

Source
Expand description

Persistence Backend Module

§Table of Contents

  • PersistenceBackend: Trait for pluggable storage backends
  • SledBackend: Sled-based persistence (default, pure Rust)
  • RocksDbBackend: RocksDB-based persistence (higher performance)
  • BackendConfig: Configuration for backend selection

Structs§

BackendConfig
Configuration for persistence backend
SledBackend
Sled-based persistence backend

Enums§

BackendType
Persistence backend type selection

Traits§

PersistenceBackend
Trait for persistence backends
PersistenceBackendExt
Extension trait for typed get/set operations

Functions§

create_backend
Create a persistence backend based on configuration