Crate limousine_core

Crate limousine_core 

Source

Re-exports§

pub use classical::*;
pub use component::*;
pub use kv_store::*;

Modules§

classical
component
iter
kv_store

Structs§

GlobalStore
Path
A slice of a path (akin to str).

Traits§

Address
A simple address trait,
Key
General key type
KeyBounded
NodeLayer
A NodeLayer is has the interface of a linked list of key-bounded nodes which implement the Model trait. It’s assumed that a NodeLayer is always non-empty, and thus should always have a first and last node.
Persisted
General trait for types which are serialized to disk
StaticBounded
Value
General value type

Functions§

add_prefix_to_path

Type Aliases§

Result
Result<T, Error>