Module base64::engine::general_purpose
source · Expand description
Provides the GeneralPurpose engine and associated config types.
Re-exports§
pub use decode::GeneralPurposeEstimate;
Structs§
- A general-purpose base64 engine.
- Contains configuration parameters for base64 encoding and decoding.
Constants§
- Don’t add padding when encoding, and require no padding when decoding.
- Include padding bytes when encoding, and require that they be present when decoding.