Registry / utility / deno-url

deno-url

JSON →
library0.222.0rscratesunverified

DEPRECATED: use deno_web instead

# Cargo.toml [dependencies] deno_url = "0.222.0"
INSTALL
IMPORT
SIG · DENO-URL
D
deno-url
utilityrustv0.222.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.

Url
use deno_url::Url;

Parse a URL (deprecated crate)

use deno_url::Url; fn main() -> Result<(), Box<dyn std::error::Error>> { let url = Url::parse("https://example.com")?; println!("{}", url); Ok(()) }
Debug
Known issues
breakingThis crate is deprecated; use `deno_web` instead.
fix
Replace dependency with `deno_web` and update imports accordingly.
affects: >=0.222.0
Upgrade
Version history
0.222.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
deno-url — cargo add deno-url · libregistry