rust-numpy

NumPy wrapper

Provides Rust bindings to Python's NumPy library for numerical computations

PyO3-based Rust bindings of the NumPy C-API

GitHub

1k stars
25 watching
113 forks
Language: Rust
last commit: 19 days ago
ndarraynumpynumpy-capirust-bindingsrust-ndarrayrust-numpy

Related projects:

Repository Description Stars
pydata/bottleneck Provides high-performance NumPy array functions written in C. 1,073
pyo3/pyo3-built Exposes build metadata as a Python dictionary 33
dgrunwald/rust-cpython Rust bindings for the Python interpreter, allowing Rust code to interact with and use Python libraries and scripts. 1,813
axect/peroxide A high-performance numeric library with a friendly syntax and various features for linear algebra, numerical analysis, and data manipulation 542
awestlake87/pyo3-asyncio A Rust library that enables interactions between Python Coroutines and Rust Futures using the Asyncio Library 311
pyo3/setuptools-rust A tool to compile and distribute Rust Python extensions using Setuptools 604
cryptex-github/ril-py A Python binding around an image processing library written in Rust. 29
numpy/numpy Provides support for large, multi-dimensional arrays and matrices, along with functions to manipulate them, as well as tools for integration with C/C++ code. 28,087
windelbouwman/rspython An alternative implementation of Python in Rust, aiming to provide a native compilation option and explore new possibilities for combining Rust with Python. 30
kevinheavey/pyheck A Python wrapper around a case conversion library in Rust. 48
m-ou-se/inline-python Allows inline Python code execution within Rust 1,158
jonnor/micropython-npyfile Provides support for reading and writing NumPy files in MicroPython 3
jturner314/py_literal A Rust crate for parsing and formatting Python literals. 16
pyo3/pyo3 Rust bindings for Python interpreter 12,376
cjermain/rust-python-coverage An example project demonstrating automated test coverage for Rust and Python codebases using Cargo-Llvm-Cov 39