1 line
752 B
JavaScript
1 line
752 B
JavaScript
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`]."]]}); |