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.
pub static GLOBAL_INTERNER: Lazy<StringInterner>Global thread-safe string interner.
This is a singleton instance shared across all threads. All strings interned through this instance are deduplicated.