Skip to main content

visualize_c_ast

Function visualize_c_ast 

Source
pub fn visualize_c_ast(file_path: &Path) -> Result<String>
Expand description

Visualize C AST with CPython API annotations for debugging

ยงErrors

Returns an error if the file cannot be read or parsed