Module perseus::stores

source ·
Expand description

Utilities for working with immutable and mutable stores. See stores::ImmutableStore and stores::MutableStore for details.

Re-exports

pub use immutable::ImmutableStore;
pub use mutable::FsMutableStore;
pub use mutable::MutableStore;

Modules

Utilities for working with immutable stores.
Utilities for working with mutable stores.