adb-server-tokio

Crates.ioadb-server-tokio
lib.rsadb-server-tokio
version0.0.2
sourcesrc
created_at2024-06-12 19:27:16.990304
updated_at2024-06-13 07:35:13.823131
descriptionA Rust implementation of the Android Debug Bridge (ADB) server protocol.
homepage
repositoryhttps://github.com/devicelink/adb-server-tokio
max_upload_size
id1269907
size17,585
Andreas Lüdeke (aluedeke)

documentation

README

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

Commit count: 7

cargo fmt