pub fn extract_project(
compressed_project: impl Read + Seek,
target_location: &Path,
compression: Compression,
clean: bool,
) -> Result<(), PluginError>Expand description
Finds the correct language plug-in for the given exercise path and calls LanguagePlugin::extract_project,
If no language plugin matches, see extract_project_overwrite.