base64_lib
pub fn decode(base64_string: &String) -> Vec<u8>
Given a base64 encoded string, give a Vec.