base64_encode_to_str

Function base64_encode_to_str 

Source
pub fn base64_encode_to_str<I: Bits>(input: I) -> Result<String, Error>
Available on crate feature alloc only.
Expand description

Encodes the provided input to a string, using the standard RFC-4648 BASE64_ALPHABET