std::encoding::base64

Public

Types

NameDescription
Base64Alphabet

Functions

NameDescription
base64::tencode
base64::decode_bufferDecode the content of src into dst, which must be properly sized.
base64::decode_lenCalculate the size of the decoded data.
base64::encode_bufferEncode the content of src into dst, which must be properly sized.
base64::encode_lenCalculate the size of the encoded data.
base64::decode
base64::encode
base64::tdecode

Globals

NameDescription
DEFAULT_PAD
URL_ALPHABET
STD_ALPHABET
STANDARD
NO_PAD
URL

Private

Globals

NameDescription
MASK