Because of the way TreeSitter parsers are generated, the parse callback can ask for a byte offset at the exact end of the byte slice we're processing, and slicing at the end of the slice in Rust causes a panic, so we need to explicitly ward against this. |
||
|---|---|---|
| .. | ||
| binding | ||
| include/tree_sitter | ||
| src | ||
| utf8proc@d81308faba | ||
| build.rs | ||
| Cargo.toml | ||