Android Debug Bridge (ADB) client implementation in pure Rust !
Main features :
- Full Rust, no need to use
adb *
shell commands - Currently only support server TCP/IP protocol
- Highly configurable
- Easy to use !
Rust library implementing ADB protocol and providing high-level abstraction over commands.
Improved documentation here.
Rust binary providing an improved version of adb
CLI, using adb_client
library. Can be used as an usage example of the library.
Improved documentation here.
- USB protocol (Work in progress)
All pull requests are welcome !