This patch updates the Rust binding's build script to output [build metadata][links]. This makes it easier for downstream crates to determine the include path, in case they need to compile their own C code that requires the tree-sitter headers. [links]: https://doc.rust-lang.org/cargo/reference/build-scripts.html#the-links-manifest-key |
||
|---|---|---|
| .. | ||
| binding_rust | ||
| binding_web | ||
| include/tree_sitter | ||
| src | ||
| .ccls | ||
| Cargo.toml | ||
| compile_flags.txt | ||
| README.md | ||
Subdirectories
src- C source code for the Tree-sitter libraryinclude- C headers for the Tree-sitter librarybinding_rust- Rust bindings to the Tree-sitter librarybinding_web- JavaScript bindings to the Tree-sitter library, using WebAssembly