transfer file from one zip to another, WIP

This commit is contained in:
Jean-Marie Mineau 2024-01-17 16:41:24 +01:00
parent 0fdf619360
commit 8157325a02
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
3 changed files with 86 additions and 14 deletions

View file

@ -14,6 +14,7 @@ use extra_fields::{ExtraField, Zip64ExtraField};
use file_header::FileHeader;
use local_file_header::LocalFileHeader;
pub use zip_reader::ZipFileReader;
pub use zip_writer::ZipFileWriter;
#[derive(Debug, Clone, PartialEq, Eq, Serializable, Default)]
pub struct Signature(pub u32);