adbium 0.1.3

Client library for adb
Documentation
  • Coverage
  • 0%
    0 out of 40 items documented0 out of 17 items with examples
  • Size
  • Source code size: 138.57 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.27 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • nitrogenez

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.