Function extract_project

Source
pub fn extract_project(
    compressed_project: impl Read + Seek,
    target_location: &Path,
    compression: Compression,
    clean: bool,
    naive: bool,
) -> Result<(), LangsError>
Expand description

Extracts the compressed project to the target location.