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ยง
- Unwrap
OrCompile ๐Error
Functionsยง
- methods_
type ๐ - pyclass_
enum_ ๐impl - pyclass_
impl ๐ - pymethods_
impl ๐
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.