Global string intern pool

Rust version documentation LICENSE

Internal use of DashMap for concurrent support

Examples

s.pushstr(" "); assert!(s.ismutable());

s.mutdown().pushstr("world"); asserteq!(s, "hello world");

s.intern(); assert!(s.is_interned()); ```