fan 0.1.3

Simplifies fanning-out (and eventually -in) with channels
Documentation
1
2
3
4
5
6
#![deny(warnings)]

//! Simplifies fanning-out (and eventually -in) with channels

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