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.
If you would like to report a security vulnerability, please take a look at SECURITY.md
Read our Code of Conduct to keep our community approachable and respectable.
- Run
cargo fmtbefore every commit (Formatting) - Run
cargo clippy -- -D warningsand resolve any warnings before every commit (Linting) - Run
cargo testand make sure the tests pass before every commit (Testing)