Expand description
Base64 padding
The base64
crate has ugly APIs and we here create some ZSTs
to represent the padding, convenient to use and performance improvement.
Structsยง
- Base64 Padding: STANDARD
- Base64 Padding: STANDARD_NO_PAD
- Base64 Padding: URL_SAFE
- Base64 Padding: URL_SAFE_NO_PAD