rebunyan

Crates.iorebunyan
lib.rsrebunyan
version0.1.0
sourcesrc
created_at2023-02-22 17:44:17.115797
updated_at2023-02-22 17:44:17.115797
descriptionFast tool to view json logs in bunyan format
homepage
repositoryhttps://github.com/funbiscuit/rebunyan
max_upload_size
id792026
size56,927
Sviatoslav Kokurin (funbiscuit)

documentation

README

rebunyan

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.

Compare

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:

# benchmark tool
cargo install hyperfine
# rust port of node-bunyan
cargo install bunyan_view
# original node-bunyan
npm install -g bunyan

Latest results are in COMPARE.md

License

Licensed under either of

at your option.

Contribution

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.

Commit count: 11

cargo fmt