Skip to main content

Module percent_encode

Module percent_encode 

Source
Expand description

Percent encoding.

Functions in this module is intended for manual URI components manipulation. If you need to convert a Unicode IRI into ASCII-only URI, check encode_to_uri methods of IRI string types (such as IriStr::encode_to_uri).

Modules§

decode
Decoders for percent-encoding.

Structs§

PercentEncoded
A proxy to percent-encode a string.

Type Aliases§

PercentEncodedForIri
A proxy to percent-encode a string as a part of IRI.
PercentEncodedForUri
A proxy to percent-encode a string as a part of URI.