pub type FilesystemStore = Store;
Filesystem storage database backed by redb for small blobs and files for large blobs.
pub struct FilesystemStore(/* private fields */);