pub fn copy_and_unsign_zip<I, O>(
input: &mut I,
output: &mut O,
) -> Result<(), UnsignZipError>
Available on crate feature
unsign-zip
only.Expand description
Copy a signed .zip
file without the signatures
pub fn copy_and_unsign_zip<I, O>(
input: &mut I,
output: &mut O,
) -> Result<(), UnsignZipError>
unsign-zip
only.Copy a signed .zip
file without the signatures