cocool97 152836fe54 feat: add framebuffer_bytes method (#61)
* feat: add `framebuffer_bytes` method
2024-11-18 17:15:11 +01:00
2024-10-25 18:09:41 +02:00
2022-01-05 11:08:11 +01:00
2024-11-17 18:16:20 +01:00

Android Debug Bridge (ADB) client implementation in pure Rust !

crates.io dependency status dependency status

Main features of this library:

  • Full Rust, don't use adb * shell commands to interact with devices
  • Supports:
    • TCP/IP protocol, using ADB server as a proxy (standard behavior when using adb CLI)
    • USB protocol, interacting directly with end devices
  • Implements hidden adb features, like framebuffer
  • Highly configurable
  • Easy to use !

adb_client

Rust library implementing both ADB protocols and providing a high-level abstraction over many supported commands.

Improved documentation here.

adb_cli

Rust binary providing an improved version of official adb CLI, wrapping adb_client library. Can act as an usage example of the library.

Improved documentation here.

Some features may still be missing, all pull requests are welcome !

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