4 releases

0.1.3 Mar 12, 2023
0.1.2 Feb 21, 2023
0.1.1 Feb 21, 2023
0.1.0 Feb 21, 2023

#616 in Hardware support

LGPL-3.0-or-later

120KB
267 lines

Banner Latest Version Documentation License

NOTICE
ADBIUM is now in earliest stage of development, because I'm still learning Rust after many years with C/C++. I'm not giving you a guarantee that the library will work properly, so I still highly recommend you to either use other project or help in development by contributing.

Why ADBIUM?

Rust libraries handling adb server stuff are either broken or overcomplicated.
My goal is to make an easy-to-use library that will handle complicated server-side stuff for you.

ADBIUM is partially-based on mozdevice, grabbing pieces of code from there. Not a big deal I think.

Star it, if you like it ;)

How to install

  • Add the following into your Cargo.toml:
    • [dependencies.adbium]
      git = "https://github.com/nitrogenez/adbium"
      branch = "main"
      
      or
    • [dependencies.adbium]
      version = "0.1.1"
      

Don't worry, Cargo will do you a favor and install dependency all by itself.

ADBIUM for now is dependency-less library, so it will not overbloat your project.

Authors

License

This software is licensed under GNU Lesser General Public License v3-or-later. See LICENSE for further details.

No runtime deps