stage

Macro stage 

Source
macro_rules! stage {
    (read $path:expr) => { ... };
    (transform $func:expr) => { ... };
    (filter $pred:expr) => { ... };
    (write $path:expr) => { ... };
}
Expand description

Stage creation DSL