Skip to main content

Module storage

Module storage 

Source

Structs§

FileStore
On-disk store: a real file wrapped in a fixed-size page cache.
VecStore
In-memory growable byte store (same Store contract as FileStore).

Traits§

Store
Random-access byte image of a ModelVault database (length, read, write, sync).