twitchchat 0.14.8

interface to the irc-side of twitch's chat system
1
2
3
4
5
6
7
8
9
10
11
12
13
mod str;
pub use self::str::*;

mod tags_builder;
pub use tags_builder::{BuilderError, TagsBuilder, UserTags};

#[cfg(feature = "testing")]
#[cfg_attr(docsrs, doc(cfg(feature = "testing")))]
mod conn;

#[cfg(feature = "testing")]
#[cfg_attr(docsrs, doc(cfg(feature = "testing")))]
pub use conn::{TestConn, TestConnector};