macro_rules! pipeline { ($($stage:expr),* $(,)?) => { ... }; }
Pipeline configuration DSL for easier pipeline creation