SpaceManiac / discord-rs

Rust library for the Discord chat client API
MIT License
385 stars 94 forks source link

Serialize UserId and ChannelId #149

Closed keringar closed 6 years ago

keringar commented 6 years ago

Right now I'm using UserId and ChannelId in a config file to do permissions. However, they both don't implement Serialize and Deserialize so I have to do it myself.

keringar commented 6 years ago

Well I looked at the id! macro and it seems like it does derive Serialize and Deserialize. But its only in master for now. Any hints on when the next release will be?

SpaceManiac commented 6 years ago

Releases usually come after big changes in either Discord or the library, or when I feel like things are at a local minimum in terms of unaddressed issues. Discord itself changes too frequently to make frequent library releases (which will usually be breaking) sensible.