Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 344 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (13 loc) · 344 Bytes

Development

Rust 1.44.0 or newer is recommended.

For testing, you'll need to set the environment variables defined in .envrc.

  • Run tests:
    • cargo test
  • Linting:
    • cargo fmt
    • cargo clippy --tests -- -D warnings
  • Activate pre-commit hooks (requires Python):
    pip install --user pre-commit
    pre-commit install