Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
pyo3_macros - Rust
[go: Go Back, main page]

[][src]Crate pyo3_macros

This crate declares only the proc macro attributes, as a crate defining proc macro attributes must not contain any other public items.

Attribute Macros

pyclass
pyfunction
pymethods
pymodule

Internally, this proc macro create a new c function called PyInit_{my_module} that then calls the init function you provided

pyproto

Derive Macros

FromPyObject