Crate cpy_binder

Source

Macros§

cpy_module
Macro used to export the python module

Attribute Macros§

cpy_enum
Macro used to export enums
cpy_fn
Macro used to export functions for both C/C++ and Python
cpy_fn_c
Macro used to export exclusive C++ functions
cpy_fn_py
Macro used to export exclusive python functions
cpy_struct
Macro used to export structures