Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 422 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (9 loc) · 422 Bytes

Contributing

Get Started

This is a Rust project, so rustup is the best place to start.

This is a pure rust project, so only cargo is needed.

  • cargo check to analyze the current package and report errors.
  • cargo build to compile the current package.
  • cargo clippy to catch common mistakes and improve code.
  • cargo test to run unit tests.
  • cargo bench to run benchmark tests.