Emil Gardström
Emil Gardström
- cfg attr on typed-builder - make typed-builder optional - make typed-builder optional
Due to how we currently have `twitch_types` used in `twitch_api2` and `twitch_oauth2`, there's a wierd interaction happening due to the two twitch_api crates used are not the same due to...
Started work on making everything use references instead of allocating on multiple places https://github.com/twitch-rs/twitch_api/tree/references This solution should work, but I'm not sure the approach is good. I'd want requests to...
https://dev.twitch.tv/docs/api/reference#modify-channel-information new param delay
I think I want to split the library into multiple parts. I also want to if possible use a better name, `twitch_api2` is only used because `twitch_api` was taken e.g...