Rust & Python ADB (Android Debug Bridge) client library
Rust
391
235 commits
updated Aug 2, 2026
Android Debug Bridge (ADB) client implementation in pure Rust !
Main features of this library:
adb * shell commands to interact with devicesadb CLI)adb features, like framebufferRust library implementing both ADB protocols (server and end-devices) and providing a high-level abstraction over the many supported commands.
Improved documentation available here.
Some examples showing of to use this library are available in the examples directory:
examples/mdns: mDNS device discoveryexamples/python_api: demonstrates the use of Python APIRust binary providing an improved version of Google's official adb CLI, by using adb_client library.
Provides a "real-world" usage example of this library.
Improved documentation available here.
Python wrapper using adb_client library to export classes usable directly from a Python environment.
Improved documentation available here
Some features may still be missing, all pull requests are welcome !
Rust
100.0%
Rust & Python ADB (Android Debug Bridge) client library
Rust
391
235 commits
updated Aug 2, 2026
Android Debug Bridge (ADB) client implementation in pure Rust !
Main features of this library:
adb * shell commands to interact with devicesadb CLI)adb features, like framebufferRust library implementing both ADB protocols (server and end-devices) and providing a high-level abstraction over the many supported commands.
Improved documentation available here.
Some examples showing of to use this library are available in the examples directory:
examples/mdns: mDNS device discoveryexamples/python_api: demonstrates the use of Python APIRust binary providing an improved version of Google's official adb CLI, by using adb_client library.
Provides a "real-world" usage example of this library.
Improved documentation available here.
Python wrapper using adb_client library to export classes usable directly from a Python environment.
Improved documentation available here
Some features may still be missing, all pull requests are welcome !
Rust
100.0%