Crates.io | tree-sitter-language |
lib.rs | tree-sitter-language |
version | |
source | src |
created_at | 2024-08-26 13:54:17.994353 |
updated_at | 2024-12-11 06:48:50.092393 |
description | The tree-sitter Language type, used by the library and by language implementations |
homepage | https://tree-sitter.github.io/tree-sitter |
repository | https://github.com/tree-sitter/tree-sitter |
max_upload_size | |
id | 1352251 |
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` |
size | 0 |
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.