Skip to main content

Crate rspack_collections

Crate rspack_collections 

Source

Structs§

Identifier

Traits§

Identifiable

Type Aliases§

IdentifierDashMap
IdentifierDashSet
IdentifierHasher
IdentifierIndexMap
IdentifierIndexSet
IdentifierLinkedMap
IdentifierLinkedSet
IdentifierMap
A standard HashMap using Ustr as the key type with a custom Hasher that just uses the precomputed hash for speed instead of calculating it
IdentifierSet
A standard HashSet using Ustr as the key type with a custom Hasher that just uses the precomputed hash for speed instead of calculating it