Module interning

Module interning 

Source
Expand description

Interning utilities.

Structs§

FixedSizeInterner
A string interner based on a single, fixed-size backing buffer with support for reclamation.
GenericMapInterner
A string interner based on a single, fixed-size backing buffer with support for reclamation.
InternedString
An interned string.

Traits§

Interner
A string interner.