cargo-sonar
help you to use the tools of the Rust community and report the information to Sonarcloud (or Sonarqube). You can even set it up in a Continuous Integration so this report is automatically forwarded to Sonar.
clippy
cargo clippy --message-format=json -- --warn clippy::pedantic > clippy.json
cargo-audit
cargo audit --json > audit.json
tracing
for logginganyhow
(or eyre
?)cargo-audit
cargo-outdated
parsingcargo-deny
parsingsonar-scanner
?cargo-clippy
, cargo-audit
, cargo-outdated
, sonar-scanner
)cargo-release
)cargo-chef
to speed up the Docker image's build (https://windsoilder.github.io/writingdockerfileinrustproject.html)Dockerfile
(for Github Actions, see below)