Expand description
Engine for automatic generation of Rust FFI bindings to Python modules.
Structs§
- Codegen
- Engine for automatic generation of Rust FFI bindings to Python modules.
- Config
- Configuration for
Codegen
engine.
Enums§
- PyBindgen
Error - Error type for
pyo3_bindgen
operations.
Type Aliases§
- PyBindgen
Result - Result wrapper for
PyBindgenError
.