Registry / utility / urldecode

urldecode

JSON →
library0.1.1rscratesunverified

A simple crate for decoding URL-encoded strings.

# Cargo.toml [dependencies] urldecode = "0.1.1"
INSTALL
IMPORT
SIG · URLDECODE
U
urldecode
utilityrustv0.1.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.

decode
use urldecode::decode;

Decodes a URL-encoded string.

use urldecode::decode; fn main() { let decoded = decode("hello%20world").unwrap(); println!("{}", decoded); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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