Skip to content

Commit

Permalink
feat: add logo + rework README.md (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
cocool97 authored Oct 10, 2024
1 parent ed884b0 commit d2d9ede
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6 deletions.
25 changes: 19 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Rust adb_client

[![Latest version](https://img.shields.io/crates/v/adb_client.svg)](https://crates.io/crates/adb_client)
[![dependency status](https://deps.rs/repo/github/cocool97/adb_client/status.svg)](https://deps.rs/repo/github/cocool97/adb_client)

**A**ndroid **D**ebug **B**ridge (ADB) client implementation in pure Rust !
<p align="center" style="text-align: center">
<img src="assets/logo.png" width="33%">
</p>

<p align="center">
<p align="center">Android Debug Bridge (ADB) client implementation in pure Rust !</p>
<p align="center">
<a href="https://crates.io/crates/adb_client">
<img alt="crates.io" src="https://img.shields.io/crates/v/adb_client.svg"/>
</a>
<a href="https://deps.rs/repo/github/cocool97/adb_client">
<img alt="dependency status" src="https://deps.rs/repo/github/cocool97/adb_client/status.svg"/>
</a>
</p>
</p>

Main features :

Expand All @@ -28,4 +37,8 @@ Improved documentation [here](./adb_cli/README.md).

- USB protocol (Work in progress)

## Related publications

- [Diving into ADB protocol internals (1/2)](https://www.synacktiv.com/publications/diving-into-adb-protocol-internals-12)

All pull requests are welcome !
Binary file added assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d2d9ede

Please sign in to comment.