pub fn compress_project_to(
source: &Path,
target: &Path,
compression: Compression,
deterministic: bool,
naive: bool,
) -> Result<(), LangsError>Expand description
Compresses the exercise to the target path.
pub fn compress_project_to(
source: &Path,
target: &Path,
compression: Compression,
deterministic: bool,
naive: bool,
) -> Result<(), LangsError>Compresses the exercise to the target path.