Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 631 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (9 loc) · 631 Bytes

Contributing

Feel free to open issues or PRs (especially pay attention to help wanted issues)! We appreciate your support!

Please follow the next recommendations for your pull requests:

  • compile with stable rust
  • use cargo fmt
  • check the output of cargo clippy --all-features --all --tests
  • run tests cargo test
  • if you have updated usage of any casr tool, you could simply run update_usage.py to change the docs/usage.md file properly