//! url-sanitize-core — pure-Rust implementation of the url-sanitize spec.
//!
//! See `docs/spec.md` in the workspace root for the normative algorithm. The
//! Rust types here mirror the TypeScript discriminated union 1:1 and serialize
//! to identical JSON.
pub use ;
pub use ;
pub use ;