pub fn make_pipeline(steps: Vec<(&str, Box<dyn Transformer>)>) -> Pipeline
Make a pipeline from a list of (name, transformer) tuples