This tool reads logs from stdint and returns a more human-friendly version of them.
A pre-built binary can be found on the releases section of the repository.
There are no other requirements except for the rust compiler
and cargo
.
$ cargo build
The tests can be run with the cargo
command:
$ cargo test
This repository is licensed under MIT