/example_rust_py

Example of Rust -> Python library via Maturin and Github Actions

Primary LanguageRust

example_rust_py

Example of Rust -> Python library via 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.
  • Reminding myself how to share Strings/Results between Rust <-> C <-> Python