this post was submitted on 06 Oct 2023
-17 points (33.3% liked)

Rust Lang

709 readers
5 users here now

Rules [Developing]

Observe our code of conduct

Constructive criticism only

No endless relitigation

No low-effort content

No memes or image macros

No NSFW Content

founded 1 year ago
MODERATORS
 

JFC. When will open source projects like @rustlang learn that putting toxic people like this in positions of ANY authority is unacceptable. https://github.com/marshallpierce/rust-base64/issues/213 . He's showing you who he is, and you're not listening.

you are viewing a single comment's thread
view the rest of the comments
[–] lwuy9v5 2 points 1 year ago (1 children)

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

[–] cspiegel 1 points 1 year ago

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

use simple_base64 as base64;

...

let decoded = base64::decode("YmFzZTY0")?;