//! TurboQuant-backed multivector storage.
//!
//! Multi counterpart of the dense TurboQuant storages, mirroring the reference
//! [`multi_dense`](crate::vector_storage::multi_dense) module. Multivectors are
//! always stored in the appendable chunked layout, so — unlike the dense
//! storage — there is a single writable backend and no layout split (no volatile
//! or single-file variant).
pub use OFFSETS_DIR_PATH;
pub use ;