tupa-pyffi
Python FFI bindings for Tupã — call Python functions from Rust pipelines.
Purpose
Enables interoperability with Python libraries (NumPy, PyTorch, TensorFlow) by allowing Tupã pipelines to invoke Python functions as steps.
Usage
Add to your Cargo.toml:
[]
= "0.9.0"
In your pipeline step:
use call_python_function;
step
Crate
- Source: tupalang
- License: Apache-2.0