pub fn extract_student_files(
compressed_project: impl Read + Seek,
compression: Compression,
target_location: &Path,
) -> Result<(), LangsError>Expand description
Extracts student files from the compressed exercise.
pub fn extract_student_files(
compressed_project: impl Read + Seek,
compression: Compression,
target_location: &Path,
) -> Result<(), LangsError>Extracts student files from the compressed exercise.