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.
Enums
| Static |
Force static dispatch. |
Functions
| base |
Gives access to the base. |
| decode |
See the generic |
| decode_len |
See the generic |
| decode_mut |
See the generic |
| decode_nopad |
See the generic
|
| decode_nopad_len |
See the generic
|
| decode_nopad_mut |
See the generic
|
| encode |
See the generic |
| encode_len |
See the generic |
| encode_mut |
See the generic |
| encode_nopad |
See the generic
|
| encode_nopad_len |
See the generic
|
| encode_nopad_mut |
See the generic
|