Skip to main content

Module storage

Module storage 

Source
Expand description

Storage backends for persisting decisions and snapshots

Re-exports§

pub use sqlite::SqliteBackend;
pub use sync::SyncSqliteBackend;
pub use sync::MemoryStorageBackend;
pub use sync::SyncStorageBackend;

Modules§

buffered
sqlite
sync
Synchronous storage backend implementations

Structs§

FlushResult
SnapshotQuery

Enums§

StorageError

Traits§

StorageBackend