Expand description
Content-addressed filesystem blob store and SQLite index.
See SPEC.md §8 and SPEC §8 (sharding) for the on-disk format.
Re-exports§
pub use fs::Store;pub use fs::StoreError;pub use sqlite::Index;pub use sqlite::IndexError;pub use sqlite::ReplayRecord;pub use sqlite::TraceRecord;