LIAUD Corentin 83d716d685 release: 1.0.6
2024-09-13 13:56:42 +02:00
2024-09-13 13:56:42 +02:00
2024-09-13 13:49:46 +02:00
2024-08-09 15:32:51 +02:00
2022-01-05 11:08:11 +01:00
2024-09-13 13:56:42 +02:00
2024-09-05 16:54:39 +02:00

Rust adb_client

Latest version dependency status

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 !

adb_client

Rust library implementing ADB protocol and providing high-level abstraction over commands.

Improved documentation here.

adb_cli

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.

Missing features

  • USB protocol (Work in progress)

All pull requests are welcome !

Description
Rust ADB (Android Debug Bridge) client library
Readme MIT 1.4 MiB
Languages
Rust 100%