pyo3_macros_more 0.1.0

More declarative macros for PyO3
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "pyo3_macros_more"
authors.workspace = true
categories.workspace = true
description = "More declarative macros for PyO3"
edition.workspace = true
keywords.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true
rust-version.workspace = true
version.workspace = true

[lib]
name = "pyo3_macros_more"
path = "src/lib.rs"
crate-type = ["rlib"]