Cargo Features

twitch_types has no features set by default.

[dependencies]
twitch_types = { version = "0.4.5", features = ["emote", "moderation", "points", "stream", "timestamp", "user", "goal", "eventsub", "sub", "color", "serde", "deny_unknown_fields", "time", "tracing", "zerofrom", "arbitrary"] }
emote = serde

Affects twitch_types::emote

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

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