droidkraft-tui 1.2.0

A beautiful Terminal User Interface (TUI) for Android development and ADB commands
Documentation
//! DroidKraft 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 devtools;
pub mod effects;
pub mod event;
pub mod fastboot;
pub mod logcat;
pub mod menu;
pub mod message;
pub mod model;
pub mod rom_flash;
pub mod theme;
pub mod update;
pub mod view;