cstree 0.13.0

Library for generic lossless syntax trees
Documentation
1
2
3
4
5
6
7
8
9
//! Bridge between `cstree`'s and `lasso`'s types and traits.

#![cfg(feature = "lasso_compat")]

mod token_interner;
#[doc(inline)]
pub use token_interner::*;

mod traits;