Expand description
De/Serialization of base64 encoded bytes
This modules is only available when using the base64 feature of the crate.
Please check the documentation on the Base64 type for details.
Structs§
- Base64
- Serialize bytes with base64
- Bcrypt
- The bcrypt character set (uses
./ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789). - BinHex
- The character set used in
BinHex4.0 files. - Crypt
- The
crypt(3)character set (uses./0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz). - Imap
Mutf7 - The character set used in IMAP-modified UTF-7 (uses
+and,). - Standard
- The standard character set (uses
+and/). - UrlSafe
- The URL safe character set (uses
-and_).
Traits§
- Alphabet
- A base64 alphabet