🚧 This tool is a WIP 🚧
The goal is to provide a tool for compressing heavy target directories in rust project.
This is composed of two executables:
cargo-archive
: compress the current workspace's target directory in atarget.tar.zstd
filecargo-unarchive
: uncompress atarget.tar.zstd
file in the current workspace's target directory
No options or configuration are available at the moment.