Registry / networking / uriparse

uriparse

JSON →
library0.6.4rscratesunverified

A URI parser that supports relative references and follows RFC 3986.

# Cargo.toml [dependencies] uriparse = "0.6.4"
INSTALL
IMPORT
SIG · URIPARSE
U
uriparse
networkingrustv0.6.4
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 uriparse::URI;

Parses a URI string into its components.

use uriparse::URI; fn main() { let uri = URI::try_from("https://example.com/path?query=1").unwrap(); println!("Scheme: {:?}", uri.scheme()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
14
OpenAI (training)
1
Resources
uriparse — cargo add uriparse · libregistry