Expand description

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

Structs

A simple, generic symbol table.

Traits

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