type_sitter/
lib.rs

1#![doc = include_str!("../README.md")]
2
3pub use type_sitter_lib::*;
4#[cfg(feature = "proc")]
5pub use type_sitter_proc::*;