Skip to main content

Module containment

Module containment 

Source
Expand description

Resolution of existing paths within reviewed filesystem boundaries.

Structs§

OutsideRoot
An owned diagnostic for a path that is not below a required root.
ResolveError
Failure to resolve an existing relative path within a root.

Enums§

ResolveErrorKind 🔒

Functions§

relative_to
Require path to be lexically below root and return its relative suffix.
resolve_existing
Resolve an existing reviewed relative path while confining symbolic links.