This repository has helper macros for use with PyO3:
- The
rigetti-pyo3
crate has macros useful when writing a separate crate that offers Python bindings to an existing Rust crate. - The
optipy
procedural macro can be used to stripPyO3
-related attributes within a crate when using Cargo features to optionally generate Python bindings.
The contents of this repository are licensed under the Apache License 2.0.