//! Common quantization trait shared by all quantizer types.
use Vec;
use crateTemperatureTier;
/// Trait for vector quantization codecs.
///
/// Every quantizer can encode a float vector into a compact byte representation
/// and decode it back to an approximate float vector.