This fills out the README.md for bevy_lint, including installation intructions and a guide on usage. This is the final blocker to release 0.1.0, which is exciting!
I tried to split this up into small, incremental commits, so you may have an easier time reviewing it like that. You can build the rustdoc version of the README.md by calling cargo doc-lints.
Originally part of #152, closes #109.
This fills out the
README.md
forbevy_lint
, including installation intructions and a guide on usage. This is the final blocker to release 0.1.0, which is exciting!I tried to split this up into small, incremental commits, so you may have an easier time reviewing it like that. You can build the
rustdoc
version of theREADME.md
by callingcargo doc-lints
.