//! Binary quantization helpers and Qdrant BQ client.
/// Backend wrapper (real or mock).
/// BQ-optimized Qdrant client.
/// BQ configuration and constants.
/// In-memory mock BQ client (enabled with `mock` feature).
/// Quantization utilities.
pub use BqBackend;
pub use BqClient;
pub use ;
pub use MockBqClient;
pub use ;