# Lints Repo for dealing with linting rust code. ## Development Run the full validation suite before committing: ```sh just all ``` ##### Publish - `cargo semver-checks --all-features` - `cargo publish --dry-run -p ` - `cargo publish --dry-run --workspace`