Registry / networking / pct-str

pct-str

JSON →
library3.0.1rscratesunverified

Percent-encoded strings for URL, URI, IRI, etc.

# Cargo.toml [dependencies] pct-str = "3.0.1"
INSTALL
IMPORT
SIG · PCT-STR
P
pct-str
networkingrustv3.0.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.

PctStr
use pct_str::PctStr;

Creates a percent-encoded string and decodes it.

use pct_str::PctStr; fn main() { let pct = PctStr::new("hello%20world"); println!("Decoded: {}", pct.decode()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources