tree-sitter-graph 0.1.0

Construct graphs from parsed source code
Documentation

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.

This package can be used either as a library or command-line program.

To use it as a library, add the following to your Cargo.toml:

[dependencies]
tree-sitter-graph = "0.1"

To use it as a program, install it via cargo install:

$ cargo install tree-sitter-graph

Check out our documentation for more details.