pub fn save_src_infos<P: AsRef<Path>>( path: P, src_infos: &HashMap<PkgName, SrcInfo>, ) -> Result<()>
Saves the source informations to a file.