Crate rspack_paths

Crate rspack_paths 

Source

Structs§

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).

Enums§

Utf8Component
A single component of a path.
Utf8Prefix
Windows path prefixes, e.g., C: or \\server\share.

Traits§

AssertUtf8