Crate urlencoding[][src]

Structs

Encoded

Wrapper type that implements Display. Encodes on the fly, without allocating. Percent-encodes every byte except alphanumerics and -, _, ., ~. Assumes UTF-8 encoding.

Functions

decode

Decode percent-encoded string assuming UTF-8 encoding.

encode

Percent-encodes every byte except alphanumerics and -, _, ., ~. Assumes UTF-8 encoding.