https://github.com/stared/rust-to-python-example
Rust to Python example with PyO3
https://github.com/stared/rust-to-python-example
Last synced: 4 months ago
JSON representation
Rust to Python example with PyO3
- Host: GitHub
- URL: https://github.com/stared/rust-to-python-example
- Owner: stared
- Created: 2022-04-11T14:56:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-11T16:06:33.000Z (about 3 years ago)
- Last Synced: 2025-01-13T19:57:05.000Z (6 months ago)
- Language: Rust
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rust to Python using PyO3 - an example
An example directly taken from the [PyO3](https://github.com/PyO3/pyo3) README. It has some [examples in a dedicated folder](https://github.com/PyO3/pyo3/tree/main/examples), but all of these are slightly bigger. And here is a superminimal one.
The only change is that it is a runable example (unlike Markdown) + with GitHub Actions to show all required commands in an explicit (and testable) way.