comlexr 1.5.0

Dynamically build Command objects with conditional expressions
Documentation
1
2
3
4
5
6
7
8
#![doc = include_str!("../README.md")]

extern crate comlexr_macro;

pub use comlexr_macro::*;
pub use pipe::*;

mod pipe;