rsave

Crates.iorsave
lib.rsrsave
version0.1.1
created_at2025-09-27 19:49:17.520204+00
updated_at2025-09-28 10:05:31.982244+00
descriptionA Command Line Interface to to save files on object storage
homepagehttps://github.com/Soluce-Technologies/rsave
repositoryhttps://github.com/Soluce-Technologies/rsave.git
max_upload_size
id1857575
size55,956
Soluce Technologies (Soluce-Technologies)

documentation

README

RSave

A command-line interface (CLI) tool written in Rust to save date into object storage

Installation

Prerequisites

  • Rust (version 1.65 or higher)
  • Docker installed and running
  • Cargo (included with Rust)

Install from Crates.io

cargo install rsave

Build from Source

  1. Clone the repository:

    git clone https://github.com/Soluce-Technologies/rsave.git
    cd rsave
    
  2. Build and install:

    cargo build --release
    cargo install --path .
    

Usage

Run rsave

rsave --help

error: linker cc not found

sudo apt update sudo apt install build-essential

Commit count: 0

cargo fmt