Function decode_buf

Source
pub fn decode_buf(data: &[u8], decoded: &mut Vec<u8>) -> Result<(), DecodeError>
Expand description

以 URL 安全的方式,将指定的 Base64 字符串解码为二进制数据