blob: 85a5499138dd40495aca37b166da1d73bfa976f4 [file] [log] [blame]
window.SIDEBAR_ITEMS = {"constant":[["BCRYPT","The bcrypt alphabet."],["BIN_HEX","The alphabet used in BinHex 4.0 files."],["CRYPT","The `crypt(3)` alphabet (uses `.` and `/` as the first two values)."],["IMAP_MUTF7","The alphabet used in IMAP-modified UTF-7 (uses `+` and `,`)."],["STANDARD","The standard alphabet (uses `+` and `/`)."],["URL_SAFE","The URL safe alphabet (uses `-` and `_`)."]],"enum":[["ParseAlphabetError","Possible errors when constructing an [Alphabet] from a `str`."]],"struct":[["Alphabet","An alphabet defines the 64 ASCII characters (symbols) used for base64."]]};