[][src]Crate simple_symbol

Structs

Interner

Implements naive string internment.

Symbol

Represents a unique string.

Functions

intern

Look up string in the global cache, and insert it if missing.

intern_static

Look up static string in the global cache, and insert it without allocating if it is missing.

resolve

Resolve symbol to its string representation.