Registry / serialization / url-serde

url-serde

JSON →
library0.2.0rscratesunverified

Serde support for URL types.

# Cargo.toml [dependencies] url_serde = "0.2.0"
INSTALL
IMPORT
SIG · URL-SERDE
U
url-serde
serializationrustv0.2.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.

SerdeUrl
use url_serde::SerdeUrl;

Parse a URL using SerdeUrl.

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

No known issues recorded.

Upgrade
Version history
0.2.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Amazon
1
OpenAI (training)
1
Resources
url-serde — cargo add url-serde · libregistry