rust-code-analysis
rust-code-analysis is a Rust library to analyze and extract information from source codes written in many different programming languages. It is based on a parser generator tool and an incremental parsing library called Tree Sitter.
You can find the source code of this software on GitHub, while issues and feature requests can be posted on the respective GitHub Issue Tracker.
Supported platforms
rust-code-analysis can run on the most common platforms: Linux, macOS, and Windows.
On our
GitHub Release Page
you can find the Linux
and Windows
binaries already compiled and
packed for you.
API docs
If you prefer to use rust-code-analysis as a crate, you can find the
API docs
generated by Rustdoc
here.
License
All the source code of rust-code-analysis is released under the Mozilla Public License v2.0.