Skip to main content

Crate rs_tar2zip

Crate rs_tar2zip 

Source

Re-exports§

pub use tar;
pub use time;
pub use zip;

Functions§

entry2zip
Adds a tar entry to the zip.
reader2writer
Adds all items in the tar archive(Read) to the zip(Write).
stdin2file
Adds all items in the tar archive(stdin) to the zip(file).
tar2zip
Adds all items in the tar archive to the zip.