intern 0.2.0

Library for interning strings and other kinds of data. (WIP)
Documentation
1
2
3
4
5
6
7
8
9
#[macro_use]
extern crate lazy_static;
extern crate nodrop;

mod pool;
mod intern;

pub use pool::Pool;
pub use intern::Intern;