Crate symbol_interner[][src]

Modules

Structs

This is the main structure in the crate. It holds a simple Vec<Symbol> and can be used to reference String types with usize instead.

A fairly transparent error type. Only used when a symbol / String has already been interned.

The main Symbol type that stores the original String of the symbol, as well as the offset.