Module pyo3::proc_macro[][src]

Expand description

The proc macros, which are also part of the prelude.

Attribute Macros

The proc macro attributes

The proc macro attributes

The proc macro attributes

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

The proc macro attributes