mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
9 lines
165 B
Rust
9 lines
165 B
Rust
//! ## 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;
|