Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 221 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (6 loc) · 221 Bytes

Setup

  1. Install Rust compiler
  2. rustup default stable
  3. rustup component add rustfmt --toolchain nightly
    (we format with cargo +nightly fmt)
  4. cargo check