droidkraft-tui 1.2.0

A beautiful Terminal User Interface (TUI) for Android development and ADB commands
Documentation
1
2
3
4
5
6
7
//! ADB abstraction — re-exported from [`droidkraft_core`].
//!
//! The concrete ADB logic now lives in the shared `droidkraft-core` crate so it
//! can be reused by the GUI frontend.  This module preserves the historical
//! `crate::adb::…` import paths used throughout the TUI.

pub use droidkraft_core::adb::*;