Crate polystore[][src]

Expand description

Polymorphic data store (collection)

Structs

Polymorphic hash map

An iterator over the keys of a HashMap.

An occupied entry

Typed key used to access elements

A vacant entry

Enums

A view into a single entry in a map

Type Definitions

FxHashMapfxhash

Polymorphic hash map using fxhash hasher