zst_compress

Crates.iozst_compress
lib.rszst_compress
version0.1.8
sourcesrc
created_at2024-12-05 06:33:07.498707
updated_at2024-12-05 06:33:07.498707
descriptionHelper tool for `tar --zstd`
homepage
repository
max_upload_size
id1472903
size10,476
(Zelin2001)

documentation

https://docs.rs/zst-compress

README

Scope

  • Do batch compression with standard tools.

  • Simplify the work for team data maintainers.

Installation

For Windows 10/11 systems

  1. Put the .bin folder alongside the zst_compress and zst_extract binary.

    • Put into the .bin folder zstd.exe, that can be downloaded from here.

    • Put into the .bin folder eza.exe, that can be downloaded from here.

  2. Change directory to the archive folder you are working with, open windows terminal and run zst_compress.exe or zst_extract.exe with absolute path.

For Linux systems

  1. Install eza with package manager of your choice.

  2. Put the binary files zst_compress and zst_extract in path and run them in desired working directories.

Commit count: 0

cargo fmt