Crate adb_server_tokio

Source
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.
AdbServerCodec
ADB server codec
AdbServerProtocolConnection
Adb Server Protocol Connection
AdbServerProxy
a proxy which connects 2 adb server protocol connections and optionally logs the messages

Enums§

AdbServerError
AdbServer error type.

Type Aliases§

Result
Result type for AdbServer errors.