| Crates.io | rsave |
| lib.rs | rsave |
| version | 0.1.1 |
| created_at | 2025-09-27 19:49:17.520204+00 |
| updated_at | 2025-09-28 10:05:31.982244+00 |
| description | A Command Line Interface to to save files on object storage |
| homepage | https://github.com/Soluce-Technologies/rsave |
| repository | https://github.com/Soluce-Technologies/rsave.git |
| max_upload_size | |
| id | 1857575 |
| size | 55,956 |
A command-line interface (CLI) tool written in Rust to save date into object storage
cargo install rsave
Clone the repository:
git clone https://github.com/Soluce-Technologies/rsave.git
cd rsave
Build and install:
cargo build --release
cargo install --path .
Run rsave
rsave --help
error: linker cc not found
sudo apt update sudo apt install build-essential