Structs§
- An error type used when URI component decoding fails.
- Percent encode alphabet.
Traits§
- Alphabet used for percent encoding.
Functions§
- Decodes a URI component that may contain percent-encoded characters back into a plain string.
- Encodes a URI component by using the
UrlComponentEncodealphabet for percent-encoding. This function wrapsencode_uri_component_withwith the default alphabet. - Encodes a URI component using a custom alphabet for percent-encoding.