pub fn unpack_pack<P: AsRef<Path>, Q: AsRef<Path>>(
ccpack_path: P,
output_dir: Q,
) -> Result<()>Expand description
Unpack a .ccpack file to a directory
ยงArguments
ccpack_path- Path to the .ccpack fileoutput_dir- Directory where files will be extracted
Extracts all files from the pack to the output directory