rustfs-cli 0.1.32

A Rust S3 CLI client for S3-compatible object storage
Documentation
1
2
3
4
5
6
7
8
9
10
//! rc CLI library
//!
//! This module exports the CLI components for use in integration tests.

pub mod commands;
pub(crate) mod confirm;
pub mod exit_code;
pub mod output;
pub(crate) mod private_file;
pub(crate) mod secret_input;