Crates.io | rustycat |
lib.rs | rustycat |
version | 0.1.0 |
source | src |
created_at | 2024-03-30 17:29:53.172705 |
updated_at | 2024-03-30 17:29:53.172705 |
description | Regex-based parser for Android Debug Brigde (adb) logcat |
homepage | |
repository | https://gitlab.com/Mirror0/rustycat |
max_upload_size | |
id | 1191220 |
size | 29,965 |
Regex-based parser for Android Debug Brigde (adb) logcat.
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
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"
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 }
Licensed under (LICENSE-MIT or http://opensource.org/licenses/MIT)
Feel free to open an issue or fork the repo. I will check it in free time.