An open API service indexing awesome lists of open source software.

https://github.com/letsbuilda/rust-cpython-extension

An extension for Python in Rust
https://github.com/letsbuilda/rust-cpython-extension

cpython cpython-extensions python rust

Last synced: 26 days ago
JSON representation

An extension for Python in Rust

Awesome Lists containing this project

README

          

# Let's build an extension for CPython with Rust

Building an extension using Rust allows you to use Rust functions in your Python code.

## Links:
- PyO3: https://github.com/PyO3/pyo3