b64_encode

Function b64_encode 

Source
pub fn b64_encode(bytes: &[u8]) -> String
Expand description

Input a byte reference (&u8), and encode it into a String.