Crate rusty_ast

Source
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§

AstVisitor

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