mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:36:22 -04:00
Make the URL to the documentation of the various crates known so that it will be easier to click through to it from a crates.io search [0]. [0] https://doc.rust-lang.org/cargo/reference/manifest.html#the-documentation-field |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| README.md | ||
Tree-sitter Language
This crate provides a LanguageFn type for grammars to create Language instances from a parser,
without having to worry about the tree-sitter crate version not matching.