Skip to main content

Module storage

Module storage 

Source
Expand description

Storage abstraction for memory persistence.

Structs§

FsStorage
Production storage backed by std::fs.
MemStorage
In-memory storage for tests. No disk I/O.

Traits§

Storage
Abstraction over filesystem operations used by the memory system.