twitchchat 0.14.8

interface to the irc-side of twitch's chat system
1
2
3
4
5
6
7
//! A set of writers

mod async_writer;
pub use async_writer::AsyncWriter;

mod mpsc_writer;
pub use mpsc_writer::MpscWriter;