Constant base64::engine::general_purpose::PAD
source · pub const PAD: GeneralPurposeConfig;
Expand description
Include padding bytes when encoding, and require that they be present when decoding.
This is the standard per the base64 RFC, but consider using NO_PAD instead as padding serves little purpose in practice.