Files
termscp/src/config.rs
T
2026-04-19 01:54:46 +05:30

11 lines
187 B
Rust

//! ## Config
//!
//! `config` is the module which provides access to all the termscp configurations
// export
pub mod bookmarks;
pub mod params;
pub mod serialization;
pub mod themes;