pub fn build_system_model(repo_root: &Path) -> SystemModelExpand description
Build a SystemModel from the workspace rooted at repo_root.
Reads repo_root/Cargo.toml for [workspace].members, then each member’s
Cargo.toml. Any unreadable/unparseable manifest is skipped with a note;
the function always returns a model and never panics.