tree-sitter/lib
Douglas Creager 44aa80d678
feat: include build script links in Rust bindings
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
2024-02-05 20:05:05 -05:00
..
binding_rust feat: include build script links in Rust bindings 2024-02-05 20:05:05 -05:00
binding_web Remove duplicate specification of stdlib symbols for web tree-sitter 2024-02-02 12:04:49 -08:00
include/tree_sitter fix: do not install parser.h 2024-02-02 11:30:24 -05:00
src Add iswxdigit to wasm stdlib 2024-02-05 10:20:27 -08:00
.ccls rust: Change QueryCursor::captures to expose the full match 2019-10-03 12:45:58 -07:00
Cargo.toml feat: include build script links in Rust bindings 2024-02-05 20:05:05 -05:00
compile_flags.txt Restucture wasm module, return a normal TSLanguage from load_language 2022-11-15 17:14:33 -08:00
README.md docs: update badges; fix markdown lint complains 2023-04-16 23:39:08 +03:00

Subdirectories

  • src - C source code for the Tree-sitter library
  • include - C headers for the Tree-sitter library
  • binding_rust - Rust bindings to the Tree-sitter library
  • binding_web - JavaScript bindings to the Tree-sitter library, using WebAssembly