LIAUD Corentin 33ecd8a80a Adds host:track-devices command
- Also clean code and TCP socket reading
2022-01-05 20:42:14 +01:00
2022-01-05 20:42:14 +01:00
2022-01-05 20:42:14 +01:00
2022-01-05 11:08:11 +01:00
2022-01-05 11:08:11 +01:00
2022-01-05 20:42:14 +01:00
2022-01-05 20:42:14 +01:00

adb_client - Rust ADB (Android Debug Bridge) client library

This crate is not affiliated with Android development core team.

Rust crate

Simply add this to your Cargo.toml:

[dependencies]
adb_client = "*"

Rust binary

You can install the lightweight adb binary by running the following command :

cargo install adb_client --features adbclient 

https://developer.android.com/studio/command-line/adb

https://github.com/cstyan/adbDocumentation

Description
Rust ADB (Android Debug Bridge) client library
Readme MIT 1.4 MiB
Languages
Rust 100%