Crates.io | barotrauma-compress |
lib.rs | barotrauma-compress |
version | 1.0.0 |
source | src |
created_at | 2023-06-25 05:20:39.657281 |
updated_at | 2023-06-25 05:20:39.657281 |
description | Compress and decompress Barotrauma save files |
homepage | |
repository | https://github.com/zkxs/barotrauma-compress-rs |
max_upload_size | |
id | 899310 |
size | 69,926 |
A simple CLI utility compress and decompress Barotrauma save files using fully cross-platform native code.
Manual: download an artifact from the latest release
Cargo: cargo install barotrauma-compress
Grab an
Whether to compress or decompress will be chosen automatically based on what <INPUT>
is: files will be decompressed, and directories will be compressed.
Usage: barotrauma-compress <INPUT>
Arguments:
<INPUT> input file or directory.
Options:
-h, --help Print help
-V, --version Print version
cargo build --release
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License. See LICENSE for the full license text.