About 50 results
Open links in new tab
  1. GitHub - PyO3/pyo3: Rust bindings for the Python interpreter

    Rust bindings for Python, including tools for creating native Python extension modules. Running and interacting with Python code from a Rust binary is also supported.

  2. GitHub - PyO3/pyo3-async-runtimes: PyO3-based bridges between …

    In the following sections, we'll give a general overview of pyo3-async-runtimes explaining how to call async Python functions with PyO3, how to call async Rust functions from Python, and how to …

  3. Automatic Python —> Rust FFI bindings - GitHub

    Automatic generation of Rust FFI bindings to Python modules via PyO3. Python modules are analyzed recursively to generate Rust bindings with an identical structure for all public classes, functions, …

  4. GitHub - dgrunwald/rust-cpython: Rust <-> Python bindings

    Rust <-> Python bindings. Contribute to dgrunwald/rust-cpython development by creating an account on GitHub.

  5. GitHub - rp-libs/awesome-rust-python: A curated list of awesome …

    Nov 28, 2025 · Awesome Rust Python Python libraries and tools powered by Rust. Rust brings performance, safety, and concurrency to Python. This list showcases libraries that leverage Rust to …

  6. PyO3 · GitHub

    Repositories pyo3-async-runtimes Public PyO3-based bridges between Python and Rust async runtimes

  7. GitHub - rogusdev/rustpylib: Demo of Rust-Python binding, running …

    Demo of Rust-Python binding, running Rust library code from a Python application - rogusdev/rustpylib

  8. RustPython/RustPython: A Python Interpreter written in Rust - GitHub

    Interested in exposing Python scripting in an application written in Rust, perhaps to allow quickly tweaking logic where Rust's compile times would be inhibitive?

  9. GitHub - Blue-Chestnut/py-rs: Generate Python bindings from Rust types

    When building an api in rust, data structures have to be shared between backend and client. Using this library, you can easily generate python bindings to your rust structs & enums so that you can keep …

  10. Example project mixing Python and Rust code - GitHub

    This project structure allows to mix Python and Rust code. Rust code is compiled into a Python extension module and can be imported in Python.