Registry / networking / url2
library0.0.6rscratesunverified

An ergonomic wrapper around the popular `url` crate for easier URL manipulation.

# Cargo.toml [dependencies] url2 = "0.0.6"
INSTALL
IMPORT
SIG · URL2
U
url2
networkingrustv0.0.6
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.

Url2
✓ use url2::Url2;

Parse and print a URL using Url2.

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

No known issues recorded.

Upgrade
Version history
0.0.6latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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