Definitely exciting but since you said Mojo Marimo allows you to run Mojo code inside python notebooks. My humble ask is wether I can run this on the Maturin CLI bridging Python with Rust inorder to use Mojo code instead of Python through C- ABI.
"Thanks for the breakdown, Michael. You’re spot on—the current ‘Python glue’ approach is the most stable.
However, for my project (an IPS for Cisco), I’m trying to minimize latency by bypassing the Python interpreter entirely. Since I’m using Rust for the security kernel (leveraging its memory safety and Maturin’s build system) and Mojo for the AI logic, I’m exploring a direct C-ABI link between them.
I’m happy to dive deeper into the Rust/Maturin side of things if that helps the community understand how to bridge these two high-performance worlds! It feels like the direct Mojo → Rust path is where the real ‘superpowers’ are for systems-level AI."
I’m looking for something like an FFI wrapper in Mojo that allows me to run Rust code in Mojo so that I can call Rust ML crates such as Smartcore, Linfa, Random Forest and Others. I’m heavily into sophisticated approach and to stop relying on python (Python.import_module (“Tensor flow “) libraries such as Tensor flow, Pytorch, Scikit learn and Nltk. And enthusiastic in using Memory safe code for building Autonomous security systems. I’m focused in the Mojo and Rust ecosystem with no more interest in diving into Slow and memory unsafe languages.