EmbarkStudios / discord-sdk

An open implementation of the Discord Game SDK in Rust
Apache License 2.0
150 stars 10 forks source link

Replace base64 with data-encoding #34

Closed Jake-Shadle closed 1 year ago

SonnyX commented 1 year ago

Out of curiosity, what is the motivation behind this change? The crate base64 seems well-maintained, is it a performance reason?

Jake-Shadle commented 1 year ago

https://github.com/marshallpierce/rust-base64/issues/213