Crate base64_type

Source

Structs§

Base64
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].
UrlBase64
Base64 newtype wrapper using URL_SAFE_INDIFFERENT_PAD encoding. Used for Azure requests and responses.

Constants§

STANDARD_INDIFFERENT_PAD
URL_SAFE_INDIFFERENT_PAD