twitchchat 0.11.8

interface to the irc-side of twitch's chat system
Documentation
1
2
3
4
5
6
7
8
9
macro_rules! cfg_async {
    ($($item:item)*) => {
        $(
            #[cfg(all(feature = "tokio", feature = "futures"))]
            #[cfg_attr(docsrs, doc(cfg(feature = "tokio")))]
            $item
        )*
    }
}