Function compress_project_to_with_hash

Source
pub fn compress_project_to_with_hash(
    source: &Path,
    target: &Path,
    compression: Compression,
    deterministic: bool,
    naive: bool,
) -> Result<String, LangsError>
Expand description

Compresses the exercise to the target path. Returns the BLAKE3 hash of the resulting file.