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
- Host: GitHub
- URL: https://github.com/letsbuilda/rust-cpython-extension
- Owner: letsbuilda
- License: mit
- Created: 2022-06-19T23:46:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-12T21:11:07.000Z (over 2 years ago)
- Last Synced: 2023-11-12T22:20:36.995Z (about 2 years ago)
- Topics: cpython, cpython-extensions, python, rust
- Language: Rust
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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