cpy-binder 1.0.0

Helps when creating binds from Rust to C++ and Python
Documentation
[dependencies.pyo3]
features = ["extension-module"]
optional = true
version = "0.18"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full"]
version = "1.0"

[features]
python = ["pyo3"]

[lib]
proc-macro = true

[package]
description = "Helps when creating binds from Rust to C++ and Python"
edition = "2021"
license = "MIT"
name = "cpy-binder"
readme = "README.md"
repository = "https://github.com/patrickelectric/cpy-rs"
version = "1.0.0"