[−][src]Module base64ct::unpadded
Standard Base64 encoding without padding.
[A-Z] [a-z] [0-9] + /
0x41-0x5a, 0x61-0x7a, 0x30-0x39, 0x2b, 0x2f
Functions
decode | Decode a standard Base64 string without padding into the provided destination buffer. |
decode_in_place | Decode a standard Base64 string without padding in-place. |
decode_vec | alloc Decode a standard Base64 string without padding into a byte vector. |
encode | Encode the input byte slice as standard Base64 with padding. |
encode_string | alloc Encode input byte slice into a |
encoded_len | Get the length of unpadded Base64 produced by encoding the given bytes. |