pub fn zip_dir<T, R>(src_dir: T, dest_file: R) -> Result<(), Error>where T: AsRef<Path>, R: AsRef<Path>,