Module base64

Module base64 

Source

Enums§

DecodeError
Errors that can occur while decoding.

Functions§

decode
Decode from string reference as octets using the standard base64::Engine.
encode
Encode arbitrary octets as base64 using the standard base64::Engine.