Crate ritelinked[][src]

Modules

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

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

Structs

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

Enums

The error type for try_reserve methods.

Type Definitions

Default hasher for HashMap.