operonx 0.7.1

High-performance Rust execution backend for Operon workflows
1
2
3
4
5
6
7
8
9
10
//! Rust-internal integration tests for `core`.
//!
//! Mirrors `operonx/src/core/` structure — one module per subsystem tested
//! against Rust-specific invariants (no Python parallel).

// Populated as each subsystem lands in Phase 1+.

pub mod macros;
pub mod resource_hub_setup;
pub mod stream_policy;