19 releases
| 0.8.1 | Oct 26, 2025 |
|---|---|
| 0.7.5 | Aug 12, 2025 |
| 0.7.4 | May 19, 2025 |
| 0.7.2 | Mar 8, 2025 |
| 0.3.0 | Jul 18, 2023 |
#874 in Programming languages
4,541 downloads per month
Used in 3 crates
(2 directly)
165KB
3.5K
SLoC
type-sitter-gen: base functionality to generate typed wrapper nodes for type-sitter
See type-sitter for background information. This library allows you to
generate type-sitter wrappers with more flexibility than type-sitter-cli
and type-sitter-proc. It's the only way (outside of manually editing code
generated by type-sitter-cli) to generate wrappers which import something that isn't tree_sitter, generate queries
without some of their patterns and captures, or combine multiple generations into one file.
Dependencies
~5–9MB
~168K SLoC