Announcing rust-numpy

I would like to announce that I create rust-numpy

It enable us to call NumPy C API from Rust. We can expose Rust function written in rust-ndarray as Python function with writing a small wrapper function. This crate uses rust-cpython to expose function into the Python interpreter. I hope this crate helps who are working on the scientific computation using Rust and Python!

This project is still pre-alpha quality. Any feedback are welcome!

8 Likes