//! Common stuff for parsing. pub(crate) mod char; pub(crate) mod str; pub(crate) mod trusted; pub(crate) mod validate;