| Crates.io | type-sitter-proc |
| lib.rs | type-sitter-proc |
| version | 0.8.0 |
| created_at | 2023-05-08 12:09:56.330063+00 |
| updated_at | 2025-08-12 22:26:05.911283+00 |
| description | procedural macros for type-sitter (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 | 859722 |
| size | 22,035 |
See type-sitter for background information. This exports procedural
macros which generate typed nodes. Typed nodes can also be generated from a built-script using
type-sitter-gen, or from a command-line interface using
type-sitter-cli.
Instead of depending on this, typically you should depend on type-sitter instead with the proc feature (enabled by
default). type-sitter with the proc feature re-exports this crate, but also type-sitter-lib, which the generated
code depends on at runtime.