Registry / utility / urlencoding

urlencoding

JSON →
library2.1.3rscratesunverified

A Rust library for doing URL percentage encoding.

# Cargo.toml [dependencies] urlencoding = "2.1.3"
INSTALL
IMPORT
SIG · URLENCODING
U
urlencoding
utilityrustv2.1.3
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.

encode
✓ use urlencoding::encode;

URL-encode a string.

use urlencoding::encode; fn main() { let encoded = encode("hello world"); println!("Encoded: {}", encoded); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
urlencoding — cargo add urlencoding · libregistry