Crate concurrent_interner

Source
Expand description

For high-level documentation, see the Readme.

Structsยง

ConcurrentInterner
A thread-safe string interner.
ConcurrentInternerMember
A member for an interner, used to intern strings into the interner from a thread without locking.
FrozenInterner
Read-only version of ConcurrentInterner.
IStr
An opaque interned string that is guaranteed to be 32 bits in size.