This adds a basic GitHub actions CI workflow. It includes rustfmt, clippy and check. The CI will not run on this PR because I'm opening it from a fork. If you would like to see it running before merging it you could push the branch to your repo and open a PR.
I have also added badges for crates.io and docs.rs as I often find them useful. If the CI proves useful I can add badge for that as well.
This adds a basic GitHub actions CI workflow. It includes
rustfmt
,clippy
andcheck
. The CI will not run on this PR because I'm opening it from a fork. If you would like to see it running before merging it you could push the branch to your repo and open a PR.I have also added badges for crates.io and docs.rs as I often find them useful. If the CI proves useful I can add badge for that as well.