Function ffsend_api::crypto::b64::decode[][src]

pub fn decode(input: &str) -> Result<Vec<u8>, DecodeError>
Expand description

Decode the given string as base64. Standard and URL-safe character sets are both supported, padding is optional.