[][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_vecalloc

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_stringalloc

Encode input byte slice into a String containing URL-safe Base64 without padding.

encoded_len

Get the length of unpadded Base64 produced by encoding the given bytes.