PyO3-macro
A Rust macro crate builds PyO3-compatible Rust protobuf and gRPC structures.
So you can easily expose your generated protobuf code as Pythin binding through PyO3.
Features
- Macro
with_newthat implements__new__constructor for Rust Python binding. - Macro
with_pyclassthat addpyclassattributes macro for your structures.