Crate pyo3_macros

Source
Expand description

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

Traitsยง

Functionsยง

Attribute Macrosยง

  • A proc macro used to expose Rust functions to Python.
  • A proc macro used to expose methods to Python.
  • A proc macro used to implement Python modules.

Derive Macrosยง

โš ๏ธ Internal Docs โš ๏ธ Not Public API ๐Ÿ‘‰ Official Docs Here