operonx 0.6.2

High-performance Rust execution backend for Operon workflows
1
2
3
4
5
6
7
//! Shared provider utilities.
//!
//! Mirrors Python `operonx/providers/_utils/` (the leading underscore is dropped
//! since Rust has no import-visibility convention tied to it).

pub mod huggingface;
pub mod onnx;