itch-logview-0.1.0 is not a library.
itch-logview
A small rust CLI for viewing itch logs.

And by itch, I mean the itch.io app.
Installation
Clone the repository and cd into it, then:
Usage
Run without arguments to get help.
Pass an itch log file to view:
Note: in itch v25, the main log is in
$XDG_CONFIG/.config/itch/logs/itch.txton Linux,%APPDATA%/itch/logs/itch.txton Windows,~/Library/Application Support/itch/logs/itch.txton macOS.
Use --follow (or -f for short) to have tail -f-like behavior.
This tool will skip over malformed JSON lines, so if you pass it a random file chances are there'll just be no output.
License
itch-logview is released under the MIT License. See the LICENSE file for details.