tar/zip archive creation and extraction
tar/zip arşiv oluşturma ve çıkarma
Gzip sıkıştırma
flate2 = "1"Tar arşivleri
tar = "0.4"Zip arşivleri
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"