Skip to main content

load_metadata

Function load_metadata 

Source
pub fn load_metadata(manifest_path: &Path) -> Result<Metadata>
Expand description

Load workspace metadata using cargo metadata.

Centralized here so plan-building (and any other consumer) share the same invocation and error-wrapping behavior.