Module base64::engine::general_purpose
source Β· Expand description
Provides the GeneralPurpose engine and associated config types.
Re-exports§
pub use decode::GeneralPurposeEstimate;
Modules§
- decode π
- decode_suffix π
Structs§
- A general-purpose base64 engine.
- Contains configuration parameters for base64 encoding and decoding.
Constants§
- INVALID_VALUE π
- 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.
Functions§
- decode_table πReturns a table mapping base64 bytes as the lookup index to either:
- encode_table πReturns a table mapping a 6-bit index to the ASCII byte encoding of the index
- read_u64 π