Crate hayami

Crate hayami 

Source
Expand description

A simple, general-use symbol table optimized for speed at the cost of some advanced features.

Structs§

SymbolTable
A simple, generic symbol table.

Traits§

MutSymbolMap
A trait for a symbol table which in which entries may be infallibly mutated.
SymbolMap
A trait for a symbol table which can be indexed by a given key.