//! Content-addressed object store
//!//! This module implements the core storage layer using content-addressed blobs.
//! Objects are stored by their BLAKE3 hash and compressed with zstd.
modblob;modfile_store;pubuseblob::{Blob, BlobType};pubusefile_store::ObjectStore;