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

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

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