petty_intern/
lib.rs

1pub mod unsync;
2
3#[cfg(feature = "sync")]
4pub mod sync;
5
6pub use unsync::Interner;