operonx 0.6.2

High-performance Rust execution backend for Operon workflows
1
2
3
4
5
6
7
//! Registry convenience shortcuts.
//!
//! Mirrors Python `operonx/core/registry/shortcuts/`.

pub mod health;

pub use health::HealthCheckResult;