suck 0.0.3

Suck data up through a channel
1
2
3
4
5
6
7
8
pub mod channel;
pub mod traits;

#[cfg(feature = "async-tokio")]
pub mod tokio;

#[cfg(feature = "async-tokio")]
pub use tokio::TokioSuck;