operonx 0.6.2

High-performance Rust execution backend for Operon workflows
1
2
3
4
5
6
//! Transform ops — function dispatch and data parsing.
//!
//! Mirrors Python `operonx/core/ops/transform/`.

pub mod func_op;
pub mod parser_op;