[][src]Crate iri_string

String types for RFC 3987 IRI.

Note that this crate does not have any extra knowledge about protocols. Comparisons between IRI strings by PartialEq and Eq is implemented as simple string comparison. You should implement by yourself or use another crate to use such extra knowledge to compare IRIs.

Modules

resolve

URI and IRI resolvers.

types

URI and IRI types.

validate

Validators.