Module base64::engine

source ·
Expand description

Provides the Engine abstraction and out of the box implementations.

Modules

Provides the FastPortable engine and associated config types.

Enums

Controls how pad bytes are handled when decoding.

Constants

Traits

The minimal level of configuration that engines must support.
The decode estimate used by an engine implementation. Users do not need to interact with this; it is only for engine implementors.
An Engine provides low-level encoding and decoding operations that all other higher-level parts of the API use. Users of the library will generally not need to implement this.