Module data_encoding::base64url [] [src]

Base 64 Encoding with URL and Filename Safe Alphabet.

See the generic encode and decode modules for details about this module functions.

Definition

Symbols are A-Za-z0-9-_. Padding is =.

Conformance

RFC 4648 compliant.

Functions

decode
decode_len
decode_mut
encode
encode_len
encode_mut