Skip to main content

build_system_model

Function build_system_model 

Source
pub fn build_system_model(repo_root: &Path) -> SystemModel
Expand 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.