* Move all rust crates (except lib) into crates dir, w/o nesting * Remove stale path from .gitattributes * Rename lib.rs files for easier navigation * Rename mod.rs file for easier navigation * Fix emscripten-version path * Fix fixtures dir paths * Use the default rustfmt settings * Don't use nightly on CI
4 lines
199 B
Markdown
4 lines
199 B
Markdown
# 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.
|