| Crates.io | type-sitter-gen |
| lib.rs | type-sitter-gen |
| version | 0.8.0 |
| created_at | 2023-05-08 12:03:10.067382+00 |
| updated_at | 2025-08-12 22:14:15.167135+00 |
| description | generate typed wrappers for tree-sitter grammars from node-types.json and queries |
| homepage | |
| repository | https://github.com/Jakobeha/type-sitter/ |
| max_upload_size | |
| id | 859714 |
| size | 183,368 |
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.