opszero-rustypy is a template Rust Library for Python using PyO3.
Use this project as a template or generate your own using PyO3. This project is included within opsZero's AWS Lambda and Kubernetes templates:
brew install pyenv pyenv-virtualenv
pip3 install maturin
mkdir project/
maturin init
✔ 🤷 What kind of bindings to use? · pyo3
pyenv virtualenv opszero-rustypy
pyenv activate opszero-rustypy
cargo update
./build.sh
- Built for Mac, Linux and Windows on Push
- Published on Release Tags
>>> import opszero_rustypy
>>> opszero_rustypy.sum_as_string(1,2)
'3'