Structs§
- File
Store - On-disk store: a real file wrapped in a fixed-size page cache.
- VecStore
- In-memory growable byte store (same
Storecontract asFileStore).
Traits§
- Store
- Random-access byte image of a ModelVault database (length, read, write, sync).