tgstation / rust-g

Rust based libraries for tgstation
MIT License
28 stars 100 forks source link

Adds Base64 decoding stuff #154

Closed AffectedArc07 closed 11 months ago

AffectedArc07 commented 1 year ago

Title says it all. Tested and works as expected, and thrown a test into the repo.

This was surprisingly easy because we already have the b64 crate for encoding, just needed to add a decode method.