Crate rspack_collections
source ·Macros§
Structs§
- Ukey stands for Unique key
Traits§
Type Aliases§
- A standard
HashMap
usingUstr
as the key type with a customHasher
that just uses the precomputed hash for speed instead of calculating it - A standard
HashSet
usingUstr
as the key type with a customHasher
that just uses the precomputed hash for speed instead of calculating it