petty-intern 0.1.7

A simple interning library
Documentation
1
2
3
4
5
6
pub mod unsync;

#[cfg(feature = "sync")]
pub mod sync;

pub use unsync::Interner;