Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 422 Bytes

File metadata and controls

20 lines (11 loc) · 422 Bytes

Contributing

Code Style

Please check that the code follows the rust community style guide.

    $ cargo fmt

Linting

In addition to the code style there is clippy a static code analyser which will catch many common mistakes.

Git

Keep your commit messages short and concise.