Expand description
Cargo workspace discovery: root lookup, member enumeration, and dependency roots.
Structsยง
- Workspace
Context ๐ - Per-run Cargo workspace discovery cache.
- Workspace
Members ๐ - Workspace member package names and the crate roots they are imported as.
Functionsยง
- load_
external_ ๐deps - load_
members ๐ - member_
manifests ๐ - Member
Cargo.tomlpaths underroot(gitignore-respecting), excludingrootโs own manifest. - owning_
crate_ ๐dir - package_
name ๐ - push_
unique ๐ - read_
manifest ๐ - workspace_
root ๐ - Nearest ancestor of
startwhoseCargo.tomldeclares a[workspace]table.