Module b64_padding

Source
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