Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 162 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (10 loc) · 162 Bytes

Guidelines

Use rustfmt

To install:

rustup component add rustfmt

then in your directory:

cargo fmt