Expand description
A simple module for encoding or decoding a base64 string from or to a byte array.
This module uses an URL-safe scheme, and doesn’t add additional padding to the encoded strings.
Structs§
- Config
- Contains configuration parameters for base64 encoding
Enums§
- Character
Set - Available encoding character sets
- Decode
Error - Errors that can occur while decoding.