Constant BASE64_STANDARD_NO_PAD
pub const BASE64_STANDARD_NO_PAD: GeneralPurpose;Expand description
A [GeneralPurpose] engine using the [alphabet::STANDARD] base64 alphabet and [NO_PAD] config.
Does not allow trailing bits when decoding.