Module style::hash [] [src]

Reexports of hashglobe types in Gecko mode, and stdlib hashmap shims in Servo mode

Can go away when the stdlib gets fallible collections https://github.com/rust-lang/rfcs/pull/2116

Modules

map

Appropriate reexports of hash_map types

Structs

HashMap
HashSet

Type Definitions

FnvHashMap

Hash map that uses the FNV hasher

FnvHashSet

Hash set that uses the FNV hasher