twc-rs 0.8.0

Fast single-binary CLI and interactive TUI dashboard for Timeweb Cloud
Documentation
1
2
3
4
5
6
7
8
9
10
11
// 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 command_palette;
pub mod event;
pub mod themes;
pub mod ui;
pub mod widgets;