internment 0.1.0

Easy interning of data
Documentation

Internment

A very easy to use libray for interning strings or other data in rust. This library has no support for freeing strings once they are interned. But on the plus side, the data use is very low.

Usage:

let x = Intern::new("hello");