Expand description

Provides the GeneralPurpose engine and associated config types.

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.
A GeneralPurpose engine using the alphabet::STANDARD base64 alphabet and PAD config.
A GeneralPurpose engine using the alphabet::STANDARD base64 alphabet and NO_PAD config.
A GeneralPurpose engine using the alphabet::URL_SAFE base64 alphabet and PAD config.
A GeneralPurpose engine using the alphabet::URL_SAFE base64 alphabet and NO_PAD config.