adbshell 0.2.0

A Rust wrapper around the adb command-line tool with a persistent shell session.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "adbshell"
version = "0.2.0"
edition = "2024"
license = "MIT OR Apache-2.0"
description = "A Rust wrapper around the adb command-line tool with a persistent shell session."
repository = "https://github.com/Keivry/adbshell"
homepage = "https://github.com/Keivry/adbshell"
keywords = ["adb", "shell", "android"]
categories = ["command-line-utilities", "development-tools"]

[dependencies]
thiserror = "2"
tracing = "0.1"