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
Codegenengine.
Enums§
- PyBindgen
Error - Error type for
pyo3_bindgenoperations.
Type Aliases§
- PyBindgen
Result - Result wrapper for
PyBindgenError.