Expand description
This is a library for interacting with the ADB server using Tokio.
§Examples
Checkout the AdbServerProxy implementation in the proxy module for an example of how to use this library.
§Features
- Parse and Serailize ADB Packets
- Proxy ADB Server Connections
§References
Structs§
- AdbHeader
- ADB protocol header.
- AdbPacket
- ADB packet.
- AdbServer
Codec - ADB server codec
- AdbServer
Protocol Connection - Adb Server Protocol Connection
- AdbServer
Proxy - a proxy which connects 2 adb server protocol connections and optionally logs the messages
Enums§
- AdbServer
Error - AdbServer error type.
Type Aliases§
- Result
- Result type for AdbServer errors.