s3tui 0.4.0

Simple TUI application for multiple s3 account operations
Documentation
1
2
3
4
5
6
7
8
9
//! This module provides functionality for managing data on your selected s3 account as well
//! as your local machine

pub mod local_data_fetcher;
pub mod s3_data_fetcher;
pub mod task_registry;
pub mod transfer_manager;
pub mod transfer_persistence;
pub mod transfer_state;