Open
Description
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 be able to take references, and responses return them too.
Suggestions for how to avoid unnecessary allocations in responses hugely appreciated!