Skip to main content

Module store

Module store 

Source

Re-exports§

pub use self::builder::StoreBuilder;
pub use self::builder::StoreConfig;

Modules§

atomic
builder
init
internal
json_patch
operations
persistence
range
recovery
ttl

Structs§

FeoxStore
High-performance embedded key-value store.
MigrationOptions
Options for copying a v1 or v2 store into a new v3 store.
MigrationReport
Summary of a completed and verified migration.

Enums§

MigrationError
Error returned by an offline migration.

Functions§

migrate
Copy an offline format v1 or v2 store into a new format v3 store.

Type Aliases§

MigrationResult
Result type returned by migration operations.