operonx 0.7.0

High-performance Rust execution backend for Operon workflows
1
2
3
4
5
6
7
8
//! Entry binary for Rust-internal `core` tests.
//!
//! Run via `cargo test -p operonx --test internal_core`.

mod common;

#[path = "internal/core/mod.rs"]
mod core;