rust-numpy
NumPy bindings
Rust bindings for Python's NumPy C-API
PyO3-based Rust bindings of the NumPy C-API
1k stars
27 watching
113 forks
Language: Rust
last commit: about 2 months ago ndarraynumpynumpy-capirust-bindingsrust-ndarrayrust-numpy
Related projects:
Repository | Description | Stars |
---|---|---|
pydata/bottleneck | Provides high-performance NumPy array functions written in C. | 1,077 |
pyo3/pyo3-built | Exposes build metadata as a Python dictionary | 32 |
dgrunwald/rust-cpython | Rust bindings for the Python interpreter, allowing Rust code to interact with and use Python libraries and scripts. | 1,815 |
axect/peroxide | A high-performance numeric library with a friendly syntax and various features for linear algebra, numerical analysis, and data manipulation | 558 |
awestlake87/pyo3-asyncio | A Rust library that enables interactions between Python Coroutines and Rust Futures using the Asyncio Library | 318 |
pyo3/setuptools-rust | A tool to compile and distribute Rust Python extensions using Setuptools | 605 |
cryptex-github/ril-py | A Python binding around an image processing library written in Rust. | 29 |
numpy/numpy | A comprehensive library providing efficient numerical computation and data manipulation capabilities for Python-based scientific computing. | 28,350 |
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,166 |
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 the Python interpreter | 12,615 |
cjermain/rust-python-coverage | An example project demonstrating automated test coverage for Rust and Python codebases using Cargo-Llvm-Cov | 39 |