termscp 1.0.0

termscp is a feature rich terminal file transfer and explorer with support for SCP/SFTP/FTP/Kube/S3/WebDAV
1
2
3
4
5
6
7
8
//! ## Ui
//!
//! `ui` is the module which provides all the functionalities related to the UI

// Modules
pub mod activities;
pub mod context;
pub(crate) mod store;