inturn 0.2.0

Efficient, performant, thread-safe bytes/string interning
Documentation
1
2
3
4
5
mod bytes;
pub use bytes::BytesInterner;

mod str;
pub use self::str::Interner;