//! Object-store-backed storage layer for Jammi-owned artifacts (result
//! Parquet, sidecar ANN indexes, model checkpoints).
//!
//! User-facing surface is the [`JammiObjectStore`] handle: parse a URL via
//! [`StorageUrl`], hand it to the [`StorageRegistry`] to get a driver
//! (typed [`StorageError`] on failure), then use [`writer::ObjectParquetWriter`]
//! and [`sidecar_layout`] to round-trip Arrow data + USearch indexes.
pub use ;
pub use ;
pub use StorageError;
pub use JammiObjectStore;
pub use StorageRegistry;
pub use ;
pub use ObjectParquetWriter;