droidtui 0.3.2

A beautiful Terminal User Interface (TUI) for Android development and ADB commands
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! DroidTUI Library
//!
//! A beautiful Terminal User Interface (TUI) for Android development and ADB commands.
//! This library provides a high-level interface to ADB operations with a modern TUI.

pub mod adb;
pub mod app;
pub mod effects;
pub mod event;
pub mod menu;
pub mod message;
pub mod model;
pub mod stream;
pub mod update;
pub mod view;