twitch_api 0.7.2

Library for talking with the new Twitch API aka. "Helix", EventSub and more!
Documentation
1
2
3
4
5
6
7
#![doc(alias = "conduit.shard")]
//! Subscription types regarding conduit shards.
use super::{EventSubscription, EventType};
use crate::eventsub;
use serde_derive::{Deserialize, Serialize};

pub mod disabled;