Skip to main content

Module path

Module path 

Source
Expand description

Path and URI models.

Structs§

ConnectionUri
A connection URI whose normal formatting always redacts credentials.
Path
A validated logical path independent of any provider-native representation.
PathComponent
A non-empty logical component that cannot express hierarchy or traversal.
PathComponents
Iterator over the path’s lexical component boundaries.
PathConstraints
Immutable path form constraints attached to one filesystem snapshot.
RelativePath
A non-empty normalized relative path that cannot escape its base.
Uri
A validated URI that cannot contain sensitive credentials or a fragment.

Enums§

PathForm
Permitted absolute or relative form for paths accepted by a filesystem.
PathSemantics
Provider path semantics.