// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: Copyright the Vortex contributors
//! Compression: configuration, dictionary training, and string parsing.
//!
//! [`config`] is the public training configuration. [`trainer`] discovers a
//! dictionary from a sample; [`parser`] drives the [`lpm`] longest-prefix
//! matcher over the input to produce a column. [`hash`] is the shared hasher.
pub
pub
pub
pub
pub