Cargo Features
twitch_types has no features set by default.
[dependencies]
twitch_types = { version = "0.4.7", features = ["chat", "emote", "entitlement", "moderation", "points", "stream", "timestamp", "user", "goal", "extension", "eventsub", "sub", "color", "serde", "deny_unknown_fields", "time", "tracing", "zerofrom", "arbitrary"] }
- chat
-
Affects
twitch_types::chat
… - emote = serde
-
Affects
twitch_types::emote
… - entitlement
-
Affects
twitch_types::entitlement
… - moderation = serde
-
Affects
twitch_types::moderation
… - points = serde
-
Affects
twitch_types::points
… - stream = serde
-
Affects
twitch_types::stream
… - timestamp
-
Affects
twitch_types::time
… - user = serde
-
Affects
twitch_types::user
… - goal = serde
-
Affects
twitch_types::goal
… - extension
-
Affects
twitch_types::extension
… - eventsub
-
Affects
twitch_types::eventsub
… - sub
-
Affects
twitch_types::sub
… - color = serde
-
Affects
twitch_types::color
… - serde color? deny_unknown_fields? emote? goal? moderation? points? stream? user?
-
Enables serde and serde_derive
- deny_unknown_fields = serde
Features from optional dependencies
- time implicit feature
- tracing implicit feature
-
Enables tracing
tracing:
Application-level tracing for Rust
- zerofrom implicit feature
-
Enables zerofrom
zerofrom:
ZeroFrom trait for constructing
- arbitrary implicit feature
-
Enables arbitrary
arbitrary:
The trait for generating structured data from unstructured data