tree-sitter-graph

The tree-sitter-graph library defines a DSL for constructing arbitrary graph structures from source code that has been parsed using tree-sitter.

To use this library, add the following to your Cargo.toml:

toml [dependencies] tree-sitter-graph = "0.0"

Or install it via cargo install:

$ cargo install tree-sitter-graph

Check out our documentation for more details on how to use this library.