We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22596fa commit c71717fCopy full SHA for c71717f
CHANGELOG.md
@@ -8,6 +8,10 @@
8
9
### Breaking changes
10
11
+- Requests for helix endpoints have been converted to take `Cow`s.
12
+ This change means the `builder()` methods are harder to use, consider using the new methods on
13
+ each request which provide the same functionality but with better ergonomics.
14
+ See the top-level documentation for a endpoint for more examples.
15
- Crate name changed: `twitch_api2` -> `twitch_api`, also changed to new org `twitch-rs`
16
- All (most) types are now living in their own crate `twitch_types`
17
- Features for clients are now named after the client, e.g feature `reqwest_client` is now simply `reqwest`
0 commit comments