Functions§
- get_
workspace_ member_ manifest_ paths - Parses the workspace manifest at
manifest_pathand returns a vector of tuples. Each tuple contains the member’s name (derived from its path) and the absolute path to that member’s Cargo.toml file. Returns None if no workspace members are found. - is_
workspace_ manifest - Returns true if the Cargo.toml at
manifest_pathis a workspace manifest, i.e. if it contains a[workspace]section.