Crate hashindexed

Source
Expand description

Store a set of values in a data structure indexed by the hash of some user-defined sub-property.

This works like a HashSet<T> with redefined equality and hash function on T, but maintaining the usual definition of equality on T outside the indexing.

See HashIndexed type for usage.

Structs§

Traits§