//! Text normalization pipeline for standardizing input before pattern matching.
//!
//! Exposes the [`ProcessType`] bitflags together with the helpers that execute those
//! transformation steps. The public surface is small: use the one-shot processing
//! helpers for a single composite pipeline, or build a transform tree when multiple
//! pipelines should share work.
pub
pub
pub
pub
pub
pub use ;
pub use ProcessType;
pub use return_processed_string_to_pool;
pub use ;