3 releases
0.1.3 | Mar 25, 2019 |
---|---|
0.1.1 | Mar 22, 2019 |
0.1.0 | Mar 22, 2019 |
#24 in #adb
21 downloads per month
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) andadb push
are implemented.
Dependencies
~2.5MB
~56K SLoC