operonx 0.7.0

High-performance Rust execution backend for Operon workflows
1
2
3
4
5
6
7
8
//! Shared runtime utilities.
//!
//! Mirrors Python `operonx/core/utils/` (excluding authoring-only modules
//! `context.py` and `auto_name.py` — see §4 drop list).

pub mod algo;
pub mod common;
pub mod yaml_model;