#adb #android #bridge #client

adb-rs

Android Debug Bridge (adb) client library

3 releases

0.1.3 Mar 25, 2019
0.1.1 Mar 22, 2019
0.1.0 Mar 22, 2019

#19 in #adb

24 downloads per month

MIT license

29KB
908 lines

adb-rs

Android Debug Bridge (adb) client library.

For usage sample, see adb-cli crate.

Limitations

  • TCP transport only.
  • Only adb shell (no interactive) and adb push are implemented.

Dependencies

~3MB
~65K SLoC