Crate base64_type

source ·

Structs§

  • Base64 newtype wrapper using STANDARD_INDIFFERENT_PAD encoding. May be generally treated as if it were a primitive Vec, e.g. &Base64 will provide &[u8].
  • Base64 newtype wrapper using URL_SAFE_INDIFFERENT_PAD encoding. Used for Azure requests and responses.

Constants§