Expand description
library for parsing Rust code and visualizing AST
This crate provides tools for parsing Rust source code and displaying its abstract syntax tree (AST).
Structs§
Functions§
- parse_
rust_ file - Parse Rust source code from a file into an AST
- parse_
rust_ source - parse rust source code to ast
- print_
ast - print ast