adb-server-tokio 0.0.2

A Rust implementation of the Android Debug Bridge (ADB) server protocol.
Documentation

Crates.io Docs.rs Build License: MIT

ADB server protocol implementation using Rust and Tokio

Usage

Checkout the proxy to understand how to use the AdbServerProtocolConnection.

Protocol

Details about the protocol can be found in the Android Source Code