Expand description
Transparent base64 encoding / decoding as part of (de)serialization.
Structs§
- Base64
- A wrapper around
B
(usuallyVec<u8>
) that (de)serializes from / to a base64 string. - Base64
Decode Error - An error that occurred while decoding a base64 string.
- Standard
- Standard base64 character set without padding.
- UrlSafe
- Url-safe base64 character set without padding.
Traits§
- Base64
Config - Config used for the
Base64
type.