type_sitter/
lib.rs

1
2
3
4
5
#![doc = include_str!("../README.md")]

#[cfg(feature = "proc")]
pub use type_sitter_proc::*;
pub use type_sitter_lib::*;