Skip to main content

Module translate

Module translate 

Source
Expand description

Python AST → Rust body translation.

Walks Python statement/expression trees and emits Rust source strings. Entry point: translate_function_body.

Structs§

Translation
Result of translating a single Python function body.

Functions§

translate_function_body
Find and translate the body of the named function in module.