• @cspiegel
    link
    English
    11 year ago

    simple-base64. It works the way you’d expect:

    use simple_base64 as base64;
    
    ...
    
    let decoded = base64::decode("YmFzZTY0")?;