This is a partial port of node-bunyan to Rust. Not all features are implemented, main goal is to achieve better performance and self-contained binary.
You can compare this binary to other version (another rust port
and original node-bunyan) by running ./compare.sh
.
You will need to install node.js first and install other binaries:
```shell
cargo install hyperfine
cargo install bunyan_view
npm install -g bunyan ```
Latest results are in COMPARE.md
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.