Crate rspack_collections

Crate rspack_collections 

Source

Macros§

impl_item_ukey

Structs§

ArchivedIdentifier
An archived Identifier
ArchivedUkey
An archived Ukey
Database
Identifier
IdentifierResolver
The resolver for an archived Identifier
Ukey
Ukey stands for Unique key
UkeyHasher
UkeyResolver
The resolver for an archived Ukey

Traits§

DatabaseItem
Identifiable
ItemUkey

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
UkeyDashMap
UkeyDashSet
UkeyIndexMap
UkeyIndexSet
UkeyMap
UkeySet