Module alphabet
Provides [Alphabet] and constants for alphabets commonly used in the wild.
Structs
Enums
-
ParseAlphabetError
Possible errors when constructing an [Alphabet] from a
str.
Constants
- BCRYPT The bcrypt alphabet.
-
BIN_HEX
The alphabet used in
BinHex4.0 files. -
CRYPT
The
crypt(3)alphabet (with.and/as the first two characters). -
IMAP_MUTF7
The alphabet used in IMAP-modified UTF-7 (with
+and,). -
STANDARD
The standard alphabet (with
+and/) specified in [RFC 4648][]. -
URL_SAFE
The URL-safe alphabet (with
-and_) specified in [RFC 4648][].