Function decode_base64

Source
pub fn decode_base64(data: &str) -> Result<Vec<u8>>
Expand description

Decode base64 data back to binary