#incremental-parser #parser #api-bindings

sys tree-sitter-language

The tree-sitter Language type, used by the library and by language implementations

8 releases

0.1.7 Feb 1, 2026
0.1.6 Dec 9, 2025
0.1.5 Feb 18, 2025
0.1.3 Dec 11, 2024
0.1.0 Aug 26, 2024

#75 in FFI

Download history 271463/week @ 2026-01-21 336874/week @ 2026-01-28 437208/week @ 2026-02-04 449077/week @ 2026-02-11 344980/week @ 2026-02-18 377121/week @ 2026-02-25 492202/week @ 2026-03-04 648939/week @ 2026-03-11 441024/week @ 2026-03-18 378291/week @ 2026-03-25 439597/week @ 2026-04-01 516304/week @ 2026-04-08 536761/week @ 2026-04-15 609789/week @ 2026-04-22 567637/week @ 2026-04-29 572157/week @ 2026-05-06

2,379,672 downloads per month
Used in 2,099 crates (476 directly)

MIT license

18KB
449 lines

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.

Dependencies