Constant BASE64_URL_SAFE
pub const BASE64_URL_SAFE: GeneralPurpose;
A GeneralPurpose engine using the alphabet::URL_SAFE base64 alphabet and PAD config.
Does not allow trailing bits when decoding.
BASE64_URL_SAFEpub const BASE64_URL_SAFE: GeneralPurpose;
A GeneralPurpose engine using the alphabet::URL_SAFE base64 alphabet and PAD config.
Does not allow trailing bits when decoding.