This website requires JavaScript.
Explore
Help
Sign in
traxys
/
tree-sitter
Watch
1
Star
0
Fork
You've already forked tree-sitter
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
6c4d00aad5
tree-sitter
/
lib
/
binding
/
ffi.rs
5 lines
83 B
Rust
Raw
Normal View
History
Unescape
Escape
Suppress warnings associated w/ generated bindings
2018-05-17 17:29:23 -07:00
#![
allow(dead_code)
]
#![
allow(non_upper_case_globals)
]
Initial commit
2016-07-10 14:03:00 -07:00
Suppress warnings associated w/ generated bindings
2018-05-17 17:29:23 -07:00
include!
(
"
./bindings.rs
"
)
;
Reference in a new issue
Copy permalink