tree-sitter-loader 0.20.0

Locates, builds, and loads tree-sitter grammars at runtime
Documentation
# `tree-sitter-loader`

The `tree-sitter` command-line program will dynamically find and build grammars
at runtime, if you have cloned the grammars' repositories to your local
filesystem.  This helper crate implements that logic, so that you can use it in
your own program analysis tools, as well.