Crates.io | adbium |
lib.rs | adbium |
version | 0.1.3 |
source | src |
created_at | 2023-02-21 14:09:54.163644 |
updated_at | 2023-03-12 10:43:19.586077 |
description | Client library for adb |
homepage | |
repository | https://gitlab.com/nitroutils/adbium |
max_upload_size | |
id | 790700 |
size | 138,930 |
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.
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 ;)
[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.
This software is licensed under GNU Lesser General Public License v3-or-later. See LICENSE for further details.