Crate ritelinked[][src]

Modules

linked_hash_map

A linked hash map implementation. The order of entries defaults to “insertion order”.

linked_hash_set

A linked hash set implementation. The order of entries defaults to “insertion order”.

Structs

LinkedHashMap

A version of HashMap that has a user controllable order for its entries.

LinkedHashSet

Enums

TryReserveError

The error type for try_reserve methods.

Type Definitions

DefaultHashBuilder

Default hasher for HashMap.