cargo install
cargo test
You can get more details by setting environement variable RUST_LOG
. Check env_logger documentation for more details.
Examples:
export RUST_LOG="richard=trace"
export RUST_LOG="richard=info"
export RUST_LOG="richard=debug,richard::triggers=trace
Please open an issue
If you plan to make some change in source code, consider making a pull request.