tar/zip archive creation and extraction
tar/zip arsiv olusturma ve cikarma
Gzip sikistirma
flate2 = "1"Tar arsivleri
tar = "0.4"Zip arsivleri
zip = "2"Copy this Cargo.toml to get started:
[package]
name = "my-archive-tool"
version = "0.1.0"
edition = "2021"
[dependencies]
flate2 = "1"
tar = "0.4"
zip = "2"
thiserror = "1"
tracing = "0.1"