# pyo3_more
More macros for [PyO3](https://pyo3.rs). ## Overview The workspace contains these packages: - **[pyo3_derive_more](pyo3_derive_more):** More procedural macros for PyO3 - **[pyo3_macros_more](pyo3_macros_more):** More declarative macros for PyO3 ## Instructions ### Rust Add `pyo3_derive_more` and/or `pyo3_macros_more` as Rust dependencies to your [`Cargo.toml`](https://doc.rust-lang.org/cargo/reference/manifest.html) manifest. ```toml [dependencies] pyo3_derive_more = "0.1" pyo3_macros_more = "0.1" ``` ## License This project is dual-licensed to be compatible with the Rust project, under either the [MIT](LICENSE-MIT) or [Apache 2.0](LICENSE-APACHE) licenses. ## Contributing Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.