bigcat-0.1.2 is not a library.
bigcat
Simple command line utility which writes timestamp for each inputted line
Example
cargo run --example loop | cargo run counter
or
cargo run --example loop | bigcat "program-1" >> out.log &
cargo run --example loop | bigcat "program-2" >> out.log &
tail -f out.log
Install
using run cargo
cargo install bigcat
OR
download from here