Registry / utility / fluent-uri

fluent-uri

JSON →
library0.4.1rscratesunverified

A generic URI/IRI handling library compliant with RFC 3986/3987.

# Cargo.toml [dependencies] fluent-uri = "0.4.1"
INSTALL
IMPORT
SIG · FLUENT-URI
F
fluent-uri
utilityrustv0.4.1
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.

Uri
use fluent_uri::Uri;

Parses a URI string into a structured URI object.

use fluent_uri::Uri; fn main() { let uri = Uri::parse("https://example.com").unwrap(); println!("{}", uri); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
fluent-uri — cargo add fluent-uri · libregistry