Skip to main content

sparse_vector/
blob_store.rs

1//! The blob storage abstraction is lucistore's: one trait for the FTS index,
2//! the sparse index, and any store a host implements (rag3weaver's
3//! `CypherBlobStore`).
4
5pub use lucistore::blob_store::{BlobStore, MemBlobStore};