GLOBAL_INTERNER

Static GLOBAL_INTERNER 

Source
pub static GLOBAL_INTERNER: Lazy<StringInterner>
Expand description

Global thread-safe string interner.

This is a singleton instance shared across all threads. All strings interned through this instance are deduplicated.