Skip to main content

generate_python_bindings

Function generate_python_bindings 

Source
pub fn generate_python_bindings(
    stmts: &[Stmt<'_>],
    module_name: &str,
    interner: &Interner,
    registry: &TypeRegistry,
) -> String
Available on crate feature codegen only.
Expand description

Generate Python ctypes bindings for all C-exported functions.