operonx 0.8.3

High-performance Rust execution backend for Operon workflows
1
2
3
4
5
6
//! Entry binary for shared spec `providers` tests.

mod common;

#[path = "spec/providers/mod.rs"]
mod providers;