difftastic/vendored_parsers/tree-sitter-rust/bindings/swift/TreeSitterRust/rust.h

16 lines
234 B
C

#ifndef TREE_SITTER_RUST_H_
#define TREE_SITTER_RUST_H_
typedef struct TSLanguage TSLanguage;
#ifdef __cplusplus
extern "C" {
#endif
extern TSLanguage *tree_sitter_rust();
#ifdef __cplusplus
}
#endif
#endif // TREE_SITTER_RUST_H_