s3tui 0.4.1

Simple TUI application for multiple s3 account operations
Documentation
1
2
3
4
5
6
7
8
//! This module provides implementations for different UI components used by s3tui app

pub mod app_router;
pub mod component;
pub mod file_manager_page;
pub mod s3_creds_page;
pub mod transfers_page;
pub mod widgets;