๐Deprecated since 0.8.0-rc.1: Use
string_v2
instead, v1 will be removed in 0.9.0.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
Deprecated Base64 Padding: STANDARD - STANDARD_
NO_ PAD Deprecated Base64 Padding: STANDARD_NO_PAD - URL_
SAFE Deprecated Base64 Padding: URL_SAFE - URL_
SAFE_ NO_ PAD Deprecated Base64 Padding: URL_SAFE_NO_PAD