Function socks_hub::base64_decode

source ·
pub fn base64_decode(
    b64str: &str,
    engine: Base64Engine
) -> Result<Vec<u8>, DecodeError>
Expand description

Decode base64 string to bytes.