twc-rs 4.0.4

Fast single-binary CLI and interactive TUI dashboard for Timeweb Cloud
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// SPDX-FileCopyrightText: 2026 RAprogramm <andrey.rozanov.vl@gmail.com>
// SPDX-License-Identifier: MIT

//! Terminal user interface for the TWC dashboard.

pub mod app;
pub mod clipboard;
pub mod command_palette;
pub mod event;
pub mod humanize;
pub mod themes;
pub mod ui;
pub mod widgets;