FilesystemStore

Type Alias FilesystemStore 

Source
pub type FilesystemStore = Store;
Expand description

Filesystem storage database backed by redb for small blobs and files for large blobs.

Aliased Typeยง

pub struct FilesystemStore(/* private fields */);