Crates.io | cargo-archive |
lib.rs | cargo-archive |
version | 0.1.0 |
source | src |
created_at | 2024-04-12 13:18:20.256656 |
updated_at | 2024-04-12 13:18:20.256656 |
description | Archive and unarchive heavy target directories in a tar.zstd file |
homepage | |
repository | https://github.com/julien-leclercq/cargo-archive |
max_upload_size | |
id | 1206317 |
size | 14,754 |
🚧 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.