Module e_workspace

Module e_workspace 

Source

Functions§

get_workspace_member_manifest_paths
Parses the workspace manifest at manifest_path and 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_path is a workspace manifest, i.e. if it contains a [workspace] section.