Restore Rust bindings generation with newer bindgen 0.65.1

This commit is contained in:
Andrew Hlynskyi 2023-07-13 17:34:32 +03:00
parent 9fd128ed60
commit f01c4f8376
2 changed files with 56 additions and 315 deletions

View file

@ -4,7 +4,6 @@ output_path=lib/binding_rust/bindings.rs
header_path='lib/include/tree_sitter/api.h'
bindgen \
--size_t-is-usize \
--no-layout-tests \
--allowlist-type '^TS.*' \
--allowlist-function '^ts_.*' \