Expand description
Interning utilities.
Structs§
- Fixed
Size Interner - A string interner based on a single, fixed-size backing buffer with support for reclamation.
- Generic
MapInterner - A string interner based on a single, fixed-size backing buffer with support for reclamation.
- Interned
String - An interned string.
Traits§
- Interner
- A string interner.