Module encode

Module encode 

Source
Expand description

Encoding routines.

Functions§

calculate_encoded_len
Calculate the amount of bytes required to store input after encoding it as base64.
encode_into
Encode input as base64 into the provided slice.
encode_into_unchecked
Encode input as base64 into the provided slice without validating its length.
encode_to_string
Encode input as base64 into a new String.
encode_to_string_with_prefix
Encode input as base64 into a new String with the supplied prefix.