Skip to main content

resolve_manifest_path

Function resolve_manifest_path 

Source
pub fn resolve_manifest_path(cwd: &Path, manifest_path: &str) -> PathBuf
Expand description

Resolve a manifest path: absolute paths are returned as-is, relative paths are joined to cwd. Centralizes the duplicate block previously inlined in apply/rollback/list/remove/repair commands.