Crate pyo3_macros[][src]

Expand description

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

Attribute Macros

A proc macro used to expose Rust structs as Python objects.

A proc macro used to expose Rust structs as Python objects.

A proc macro used to expose Rust functions to Python.

A proc macro used to expose methods to Python.

A proc macro used to expose methods to Python.

A proc macro used to implement Python modules.

A proc macro used to implement Python’s dunder methods.

Derive Macros