summaryrefslogtreecommitdiff
path: root/vendor/iri-string/src/parser.rs
blob: 35a4d4757dbe1ea578963c61a32ca443cc6e1aed (plain)
1
2
3
4
5
6
//! Common stuff for parsing.

pub(crate) mod char;
pub(crate) mod str;
pub(crate) mod trusted;
pub(crate) mod validate;