Expand description
Provides a trie-based data structure to track and resolve relative path ownership across multiple packages.
For details see methods of PathResolver
.
Structs§
- Clobbered
Path - Struct to represent a path clobbered by multiple packages.
- Path
Resolver - A trie of relative file-paths, tagged by package name (in insertion order).
Type Aliases§
- Changes
- Changes that we have to do to keep on-disk state in tact with what we have in-memory.
- From
Clobbers - Vector of files that we want to move from clobbers directory.
- Package
Name - Type to represent path owner.
- ToClobbers
- Vector of files that we want to move to clobbers directory.