Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 768 Bytes

File metadata and controls

21 lines (12 loc) · 768 Bytes

Contributing

Any contribution is greatly appreciated.

To get an overview of the project, read the README and take a look at the source files.

If you have any questions, please do not hesitate to contact me. You can find my contact information in the README and on my website.

Security

If you would like to report a security vulnerability, please take a look at SECURITY.md

Code of Conduct

Read our Code of Conduct to keep our community approachable and respectable.

PRs and code contributions

  • Run cargo fmt before every commit (Formatting)
  • Run cargo clippy -- -D warnings and resolve any warnings before every commit (Linting)
  • Run cargo testand make sure the tests pass before every commit (Testing)