[−][src]Module base64ct::url::unpadded
URL-safe Base64 encoding without padding.
Functions
decode | Decode a URL-safe Base64 string without padding into the provided destination buffer. |
decode_in_place | Decode a URL-safe Base64 string without padding in-place. |
decode_vec | alloc Decode a URL-safe Base64 string without padding into a byte vector. |
encode | Encode the input byte slice as URL-safe 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. |