Expand description
Provides the GeneralPurpose engine and associated config types.
Re-exports§
pub use decode::GeneralPurposeEstimate;
Modules§
- decode 🔒
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.
Functions§
- Returns a table mapping base64 bytes as the lookup index to either:
- Returns a table mapping a 6-bit index to the ASCII byte encoding of the index
- read_
u64 🔒