Module arrow_cast::base64

source ·
Expand description

Functions for Base64 encoding/decoding

Constants§

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.

Functions§

  • Base64 decode each element of array with the provided engine
  • Bas64 encode each element of array with the provided engine