Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 200 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 200 Bytes

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.