ldesgoui / discord_game_sdk

Rust bindings for the Discord Game SDK
https://docs.rs/discord_game_sdk
Apache License 2.0
62 stars 11 forks source link

Breaking changes: replaced usize with u32 for indices/u64 for file sizes, OAuth2Token::scopes returns string instead of iterator #82

Closed ldesgoui closed 4 years ago

ldesgoui commented 4 years ago

Plus some linting and explicit handling of num casting:

Some Error variants were renamed to shush clippy