Open
Description
#9 introduces code linting with clippy
and running the project's tests. We should take this a step further and ensure consistent coding style in our continuous integration pipeline using rustfmt
to ensure consistency.
See https://github.com/rust-lang-nursery/rustfmt#checking-style-on-a-ci-server for a minimal example for setting up rustfmt
on CI, as well as this blog post on enforcing style in CI for Rust projects.