Skip to main content

Module blob_store

Module blob_store 

Source
Expand description

The blob storage abstraction is lucistore’s: one trait for the FTS index, the sparse index, and any store a host implements (rag3weaver’s CypherBlobStore).

Structs§

MemBlobStore
In-memory blob store for testing.

Traits§

BlobStore
Trait for blob storage backends.