iri-string 0.7.12

IRI as string types
Documentation
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;