#android #cli #logcat #command-line

bin+lib rustycat

Regex-based parser for Android Debug Brigde (adb) logcat

1 unstable release

0.1.0 Mar 30, 2024

#1421 in Parser implementations

Download history 193/week @ 2024-03-27 22/week @ 2024-04-03

215 downloads per month

MIT license

15KB
236 lines

Rustycat

Regex-based parser for Android Debug Brigde (adb) logcat.

Format support

Usage

Command line

Rustycat can be used as cli tool. To do this please download pre-compiled binaries from repo or build with feature build-binary

Example:

rustycat threadtime -i logs.txt

Library

Rustycat is foremost a library that you can use inside your application. To do this import it by adding it to your Cargo.toml

[dependencies]
rustycat = "0.1.0"

Serde

Rustycat also supports serde via feature flag if you don't want this you can disable it by turing off default-features

[dependencies]
rustycat = { version = "0.1.0", default-features = false }

License

Licensed under (LICENSE-MIT or http://opensource.org/licenses/MIT)

Contribution

Feel free to open an issue or fork the repo. I will check it in free time.

Dependencies

~3.5–6MB
~106K SLoC