Skip to main content

Module workspace

Module workspace 

Source
Expand description

Cargo workspace discovery: root lookup, member enumeration, and dependency roots.

Structsยง

WorkspaceContext ๐Ÿ”’
Per-run Cargo workspace discovery cache.
WorkspaceMembers ๐Ÿ”’
Workspace member package names and the crate roots they are imported as.

Functionsยง

load_external_deps ๐Ÿ”’
load_members ๐Ÿ”’
member_manifests ๐Ÿ”’
Member Cargo.toml paths under root (gitignore-respecting), excluding rootโ€™s own manifest.
owning_crate_dir ๐Ÿ”’
package_name ๐Ÿ”’
push_unique ๐Ÿ”’
read_manifest ๐Ÿ”’
workspace_root ๐Ÿ”’
Nearest ancestor of start whose Cargo.toml declares a [workspace] table.