Crate file_backed

Source

Re-exports§

pub use self::backing_store::BackingStore;
pub use self::backing_store::BackingStoreT;

Modules§

backing_store
convenience

Structs§

FBPool
Manages a pool of Fb instances, backed by an in-memory cache and a BackingStore for disk persistence.
Fb
A handle to data managed by an FBPool.
ReadGuard
An RAII guard providing immutable access (Deref) to the underlying data T.
WriteGuard
An RAII guard providing mutable access (DerefMut) to the underlying data T.