Module base64::engine::general_purpose

source Β·
Expand description

Provides the GeneralPurpose engine and associated config types.

Re-exports§

  • pub use decode::GeneralPurposeEstimate;

Modules§

Structs§

Constants§

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 πŸ”’