• @lwuy9v5
    link
    English
    21 year ago

    Any good forks yet? Open-source is great at solving problems when you can move on from assholes…

    • @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")?;