Function zipsign_api::unsign::copy_and_unsign_tar

source ยท
pub fn copy_and_unsign_tar<I, O>(
    input: &mut I,
    output: &mut O,
) -> Result<(), UnsignTarError>
where I: ?Sized + Seek + Read, O: ?Sized + Seek + Write,
Available on crate feature unsign-tar only.
Expand description

Copy a signed .tar.gz file without the signatures