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,
unsign-tar
Copy a signed .tar.gz file without the signatures
.tar.gz