summaryrefslogtreecommitdiff
path: root/vendor/iri-string/src/template/parser.rs
blob: 6d5443a8b6e1550d647a3d53e3c66fd3313c0937 (plain)
1
2
3
4
5
6
//! URI Template parser.

pub(super) mod char;
pub(super) mod validate;

pub(super) use self::validate::validate_template_str;