Skip to main content

ArcResolverPathSet

Type Alias ArcResolverPathSet 

Source
pub type ArcResolverPathSet = HashSet<ResolverPath, BuildHasherDefault<IdentityHasher>>;
Expand description

A HashSet<ResolverPath, IdentityHasher> that preserves the FxHash precomputed inside rspack_resolver. Inserting and looking up entries here only costs a write_u64 instead of hashing the full absolute path.

Aliased Typeยง

pub struct ArcResolverPathSet { /* private fields */ }