cargo-archive

Crates.iocargo-archive
lib.rscargo-archive
version0.1.0
sourcesrc
created_at2024-04-12 13:18:20.256656
updated_at2024-04-12 13:18:20.256656
descriptionArchive and unarchive heavy target directories in a tar.zstd file
homepage
repositoryhttps://github.com/julien-leclercq/cargo-archive
max_upload_size
id1206317
size14,754
(julien-leclercq)

documentation

README

Cargo archive

🚧 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 a target.tar.zstd file - cargo-unarchive: uncompress a target.tar.zstd file in the current workspace's target directory

No options or configuration are available at the moment.

Commit count: 6

cargo fmt