tree-sitter-language

Crates.iotree-sitter-language
lib.rstree-sitter-language
version
sourcesrc
created_at2024-08-26 13:54:17.994353
updated_at2024-12-11 06:48:50.092393
descriptionThe tree-sitter Language type, used by the library and by language implementations
homepagehttps://tree-sitter.github.io/tree-sitter
repositoryhttps://github.com/tree-sitter/tree-sitter
max_upload_size
id1352251
Cargo.toml error:TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Max Brunsfeld (maxbrunsfeld)

documentation

README

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.

Commit count: 5376

cargo fmt