Crate pyo3_bindgen_engine

Source
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§

PyBindgenError
Error type for pyo3_bindgen operations.

Type Aliases§

PyBindgenResult
Result wrapper for PyBindgenError.