inturn 0.1.2

Efficient, performant, thread-safe bytes/string interning
Documentation
1
2
3
4
5
6
7
8
9
#![doc = include_str!("../README.md")]
#![cfg_attr(not(test), warn(unused_crate_dependencies))]
#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]

mod interner;
pub use interner::{BytesInterner, Interner};

mod symbol;
pub use symbol::{InternerSymbol, Symbol};