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ยง
- STANDARD
- Base64 Padding: STANDARD
- STANDARD_
NO_ PAD - Base64 Padding: STANDARD_NO_PAD
- URL_
SAFE - Base64 Padding: URL_SAFE
- URL_
SAFE_ NO_ PAD - Base64 Padding: URL_SAFE_NO_PAD