Crates.io | pyo3_derive_more |
lib.rs | pyo3_derive_more |
version | 0.1.0 |
source | src |
created_at | 2024-01-10 00:47:53.642528 |
updated_at | 2024-01-10 00:47:53.642528 |
description | More procedural macros for PyO3 |
homepage | |
repository | https://github.com/AndrejOrsula/pyo3_more |
max_upload_size | |
id | 1094770 |
size | 5,403 |
More macros for PyO3.
The workspace contains these packages:
Add pyo3_derive_more
and/or pyo3_macros_more
as Rust dependencies to your Cargo.toml
manifest.
[dependencies]
pyo3_derive_more = "0.1"
pyo3_macros_more = "0.1"
This project is dual-licensed to be compatible with the Rust project, under either the MIT or Apache 2.0 licenses.
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.