base64_encode_to_string

Function base64_encode_to_string 

Source
pub fn base64_encode_to_string(data: &[u8]) -> String
Expand description

uses base64_encode and converts the result to String