base64_decode_to_string

Function base64_decode_to_string 

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

uses base64_decode and converts the result to String