Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 536 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (16 loc) · 536 Bytes

Install instructions

cargo install

Testing

cargo test

Debuging

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

Questions / requests

Please open an issue

Sending a Merge Request

If you plan to make some change in source code, consider making a pull request.