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 checkto check and format your changes - Make sure to run
make testto run the tests - Add an entry to the
CHANGELOG.mdfile - The
README.mdis generated usingcargo-readmeautomatically after the PR is merged into master. - Pull Requests should be made against master.