| Crates.io | tree-sitter-strings |
| lib.rs | tree-sitter-strings |
| version | 0.1.0 |
| created_at | 2022-08-02 03:17:02.209816+00 |
| updated_at | 2022-08-02 03:17:02.209816+00 |
| description | Strings grammar for the tree-sitter parsing library |
| homepage | |
| repository | https://github.com/ketkarameya/tree-sitter-strings |
| max_upload_size | |
| id | 637180 |
| size | 68,236 |
This crate provides a Strings grammar for the [tree-sitter][] parsing library. To
use this crate, add it to the [dependencies] section of your Cargo.toml
file. (Note that you will probably also need to depend on the
[tree-sitter][tree-sitter crate] crate to use the parsed result in any useful
way.)