Function base64_to_vec

Source
pub fn base64_to_vec(base64: &str) -> Vec<u8> 
Expand description

Convert a base64 string to a Vec of u8s.