Available on crate feature base64 only.
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

Serialize bytes with base64

The bcrypt character set (uses ./ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789).

The character set used in BinHex 4.0 files.

The crypt(3) character set (uses ./0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz).

The character set used in IMAP-modified UTF-7 (uses + and ,).

The standard character set (uses + and /).

The URL safe character set (uses - and _).

Traits

A base64 character set from this list.