patch_create

Function patch_create 

Source
pub fn patch_create<P, PD>(workspace: P, hashes: P, archive: PD) -> Result<()>
where P: AsRef<Path>, PD: AsRef<Path> + Debug,