Expand description

A hash map that can be safely persisted within objects.

This is a prototype implementation of a safely movable hash map type, implementing a (small) subset of the std::collections::HashMap hash map type. There has been no effort to optimize any aspect of this implementation, so predictable performance should not be expected.

Macros

Structs

Statics

  • The initial capacity to set for newly allocated vectors backing Bucket instances.