Crate rspack_paths
Source - ArcPath
- Utf8Components
- An iterator over the
Utf8Components of a Utf8Path. - Utf8Path
- A slice of a UTF-8 path (akin to
str). - Utf8PathBuf
- An owned, mutable UTF-8 path (akin to
String).
- Utf8Component
- A single component of a path.
- Utf8Prefix
- Windows path prefixes, e.g.,
C: or \\server\share.
- AssertUtf8
- ArcPathDashMap
- A standard
DashMap using ArcPath as the key type with a custom Hasher
that just uses the precomputed hash for speed instead of calculating it. - ArcPathDashSet
- A standard
DashSet using ArcPath as the key type with a custom Hasher
that just uses the precomputed hash for speed instead of calculating it. - ArcPathIndexSet
- A standard
IndexSet using ArcPath as the key type with a custom Hasher
that just uses the precomputed hash for speed instead of calculating it. - ArcPathMap
- A standard
HashMap using ArcPath as the key type with a custom Hasher
that just uses the precomputed hash for speed instead of calculating it. - ArcPathSet
- A standard
HashSet using ArcPath as the key type with a custom Hasher
that just uses the precomputed hash for speed instead of calculating it.