s3tui 0.4.0

Simple TUI application for multiple s3 account operations
Documentation
1
2
3
4
5
6
/// Keeps the state of the currently uploaded items
#[derive(Debug, Clone)]
pub struct UploadProgressItem {
    pub progress: f64,
    pub uri: String,
}