Module walk

Source
Expand description

An iterator to resolve and canonicalize a filename.

Structs§

Component 🔒
A single piece of a path.
ResolvePath 🔒
An iterator to resolve and canonicalize a filename, imitating the actual filesystem’s lookup behavior.

Enums§

PathType 🔒
The type of a single path inspected by Verifier.

Constants§

MAX_STEPS 🔒
How many steps are we willing to take in resolving a path?

Functions§

push_prefix 🔒
Push the string representation of each component of path onto stack, from last to first, so that the first component of path winds up on the top of the stack.