to_base64

Function to_base64 

Source
pub fn to_base64<I>(input: I) -> String
where I: AsRef<[u8]>,
Expand description

Encode a bag of bytes into the Base64 format