base64::engine

Module general_purpose

Source
Expand description

Provides the GeneralPurpose engine and associated config types.

Re-exports§

  • pub use decode::GeneralPurposeEstimate;

Modules§

Structs§

Constants§

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 🔒