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.