Expand description
Lexical path handling for virtual filesystems and archives.
Unlike std::path, this crate does not model host operating-system paths
and never performs filesystem I/O. Its borrowed path views and component
iterators are allocation-free and available in no_std environments.
Structs§
- Components
- Allocation-free iterator over lexical components.
- VPath
- A borrowed virtual path with an explicit separator policy.
Enums§
- Component
- A lexical component of a virtual path.
- Path
Error - An invalid lexical path.
- Separators
- Separator policy used while parsing a virtual path.