https://github.com/jjfiv/example_rust_py
Example of Rust -> Python library via Maturin and Github Actions
https://github.com/jjfiv/example_rust_py
github-actions maturin pip pyo3-pack pypi python3 rust
Last synced: about 2 months ago
JSON representation
Example of Rust -> Python library via Maturin and Github Actions
- Host: GitHub
- URL: https://github.com/jjfiv/example_rust_py
- Owner: jjfiv
- Created: 2019-12-19T02:19:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-10T15:51:36.000Z (about 5 years ago)
- Last Synced: 2025-01-20T10:45:02.383Z (3 months ago)
- Topics: github-actions, maturin, pip, pyo3-pack, pypi, python3, rust
- Language: Rust
- Size: 37.1 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# example_rust_py
Example of Rust -> Python library via [Maturin](https://github.com/PyO3/maturin/) and Github Actions## What is this for?
- Creating python extensions in Rust
- Building wheels on Windows, MacOS, and Ubuntu via Github Actions and [Maturin](https://github.com/PyO3/maturin/).
- Reminding myself how to share Strings/Results between Rust <-> C <-> Python