//! The XML property-list codec: parser and generator.
//!
//! quick-xml supplies the tokenizer only; entity expansion, character-range
//! validation, `]]>` rejection, and `<?xml?>` version/encoding checks are
//! hand-rolled to enforce strict XML well-formedness.
pub
pub
/// Tests the XML 1.0 `Char` production, minus the surrogate gap Rust's
/// `char` already excludes.
pub const