Expand description
Functions for converting data in [GenericBinaryArray
] such as StringArray
to/from base64 encoded strings
Constants§
- 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.
Traits§
- 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.