[][src]Module base64ct::url::padded

URL-safe Base64 encoding with = padding.

Functions

decode

Decode a URL-safe Base64 with padding string into the provided destination buffer.

decode_in_place

Decode a URL-safe Base64 string with padding in-place.

decode_vecalloc

Decode a URL-safe Base64 string with 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 with padding.

encoded_len

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