Cargo Features
[dependencies]
pyo3-helper-macros = { version = "0.0.6", default-features = false, features = ["multiple_pymethod", "single_pymethod"] }
- default = multiple_pymethod
-
The
multiple_pymethod
feature is set by default wheneverpyo3-helper-macros
is added without
somewhere in the dependency tree.default-features = false - multiple_pymethod default
-
if you need more than one pymethod, use this
Affects
pyo3-helper-macros::py3_bind_pub
… - single_pymethod
-
Affects
pyo3-helper-macros::pyo3_bindings
,pyo3-helper-macros::impl_pyo3
…