sinter 0.1.1

An easy to use & fast global interning pool
Documentation
1
2
3
4
5
6
7
8
9
#![doc = include_str!("../README.md")]

mod ext;
mod interner;
mod istr;
#[cfg(any(test, doctest))]
mod tests;

pub use istr::{collect_interned_strings, get_interned, intern, IStr};