Crate percent_encoding_lite

Crate percent_encoding_lite 

Source
Expand description

URL encoding/decoding functions

Check encode and decode docs for example usage

Structs§

Bitmask
Bitmask that contains allowed character set

Functions§

decode
Decodes a percent encoded string
encode
Encodes given slice using provided Bitmask
is_encoded
Checks if this string contains any unencoded characters