pipeawesome2 0.1.3

Loops, branches and joins to UNIX pipes… in a sane way…
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub mod motion;
pub mod types;
pub mod launch;
pub mod buffer;
pub mod junction;
pub mod faucet;
pub mod regulator;
pub mod drain;
pub mod waiter;
pub mod utils;
pub mod startable_control;
pub mod back_off;
pub mod fake_read;
pub mod config;
pub mod graph;
pub mod connectable;
pub mod config_manip;
pub mod config_io;