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
9
10
11
12
13
14
15
//! ## System
//!
//! `system` is the module which contains functions and data types related to current system

// modules
pub mod auto_update;
pub mod bookmarks_client;
pub mod config_client;
pub mod environment;
mod keys;
pub mod logging;
pub mod notifications;
pub mod sshkey_storage;
pub mod theme_provider;
pub mod watcher;