operonx 0.6.2

High-performance Rust execution backend for Operon workflows
1
2
3
4
5
//! Flow-control ops (conditional routing).
//!
//! Mirrors Python `operonx/core/ops/flow/`.

pub mod branch_op;