Registry / utility / iref
library4.0.0rscratesunverified

Uniform & Internationalized Resource Identifiers (URIs/IRIs), borrowed and owned.

# Cargo.toml [dependencies] iref = "4.0.0"
INSTALL
IMPORT
SIG · IREF
I
iref
utilityrustv4.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Iri
use iref::Iri;

Parse and validate an IRI string.

use iref::Iri; fn main() { let iri = Iri::new("https://example.com/path").unwrap(); println!("{}", iri); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
iref — cargo add iref · libregistry