This crate defines a set of macros for creating [PyO3](https://pyo3.rs) bindings to an *existing* Rust crate.
That is, given Rust library crate `foo`, these macros can be used inside a crate `foo-python` to create Python bindings. This is *not* intended for creating a standalone Python library using Rust.
See [the docs](https://docs.rs/rigetti-pyo3) for more.
Rigetti PyO3 is licensed under the [Apache License 2.0](LICENSE).