Skip to main content

base64_decode

Function base64_decode 

Source
pub fn base64_decode(text: &str) -> Option<Vec<u8>>
Expand description

The inverse; None on anything that is not padded standard base64.