adbium

Crates.ioadbium
lib.rsadbium
version0.1.3
sourcesrc
created_at2023-02-21 14:09:54.163644
updated_at2023-03-12 10:43:19.586077
descriptionClient library for adb
homepage
repositoryhttps://gitlab.com/nitroutils/adbium
max_upload_size
id790700
size138,930
Andrew Nitrogenesis (nitrogenez)

documentation

README

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.

Commit count: 11

cargo fmt