droidkraft-tui 1.2.0

A beautiful Terminal User Interface (TUI) for Android development and ADB commands
Documentation
1
2
3
4
5
6
//! Fastboot operations — re-exported from [`droidkraft_core`].
//!
//! The concrete fastboot logic now lives in the shared `droidkraft-core` crate.
//! This module preserves the historical `crate::fastboot::…` import paths.

pub use droidkraft_core::features::fastboot::*;