Thanks for contributing!
- Rust toolchain
cargo-readme
(cargo install cargo-readme
)cargo-udeps
(cargo install cargo-udeps
)cargo-outdated
(cargo install cargo-outdated
)- GNU Make
- Before committing changes, make sure to run
make check
to check and format your changes - Make sure to run
make test
to run the tests - Add an entry to the
CHANGELOG.md
file - The
README.md
is generated usingcargo-readme
automatically after the PR is merged into master. - Pull Requests should be made against master.