Crate polystore

Source
Expand description

Polymorphic data store (collection)

Structs§

HashMap
Polymorphic hash map
Keys
An iterator over the keys of a HashMap.
OccupiedEntry
An occupied entry
TaggedKey
Typed key used to access elements
VacantEntry
A vacant entry

Enums§

Entry
A view into a single entry in a map

Type Aliases§

FxHashMapfxhash
Polymorphic hash map using fxhash hasher