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§
- INVALI
D_ π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 π