This repository has been archived on 2022-04-04. You can view files and clone it, but cannot push or open issues or pull requests.

1 line
752 B
JavaScript
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

initSidebarItems({"constant":[["CONTROLS","The set of 0x00 to 0x1F (C0 controls), and 0x7F (DEL)."],["NON_ALPHANUMERIC","Everything that is not an ASCII letter or digit."]],"fn":[["percent_decode","Percent-decode the given bytes."],["percent_decode_str","Percent-decode the given string."],["percent_encode","Percent-encode the given bytes with the given set."],["percent_encode_byte","Return the percent-encoding of the given byte."],["utf8_percent_encode","Percent-encode the UTF-8 encoding of the given string."]],"struct":[["AsciiSet","Represents a set of characters or bytes in the ASCII range."],["PercentDecode","The return type of [`percent_decode`]."],["PercentEncode","The return type of [`percent_encode`] and [`utf8_percent_encode`]."]]});