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 |
#899 in Hardware support
120KB
267 lines
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:
-
or[dependencies.adbium] git = "https://github.com/nitrogenez/adbium" branch = "main"
-
[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
- nitrogenez - Lead developer
- Rikonardo - Sub developer
License
This software is licensed under GNU Lesser General Public License v3-or-later. See LICENSE for further details.