cpy-binder 0.2.0

Helps when creating binds from Rust to C++ and Python
Documentation
[dependencies.libc]
version = "0.2"

[dependencies.pyo3]
features = ["extension-module"]
optional = true
version = "0.18"

[features]
python = ["pyo3"]

[lib]
crate-type = ["cdylib", "rlib"]

[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 = "0.2.0"