iri-string 0.5.6

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