Module storage

Module storage 

Source
Expand description

Storage primitives.

  • CacheEntry is the on-disk record.
  • mmap provides aligned memory-mapped IO helpers used by caches.

Re-exports§

pub use error::StorageError;
pub use writer::StorageWriter;

Modules§

error
Storage error types.
mmap
Memory-mapped IO helpers. Memory-mapped file helpers.
nvme
NVMe-backed storage implementation. NVMe-backed storage (simple file-per-entry layout).
writer
Storage writer trait.

Structs§

ArchivedCacheEntry
An archived CacheEntry
CacheEntry
Cached entry persisted to disk.