1//! Common stuff for parsing. 2 3pub(crate) mod char; 4pub(crate) mod str; 5pub(crate) mod trusted; 6pub(crate) mod validate;