mirror of
https://github.com/veeso/termscp.git
synced 2026-09-13 15:45:47 -07:00
11 lines
187 B
Rust
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;
|