pipeawesome2 0.1.3

Loops, branches and joins to UNIX pipes… in a sane way…
Documentation
1
2
3
4
5
6
use async_std::channel::{Receiver, Sender};

pub type InputId = usize;
pub type InputIdGetter = Receiver<InputId>;
pub type InputIdSetter = Sender<InputId>;