Files
lint-policy/README.md
T
2026-08-20 19:30:49 -06:00

283 B

Lints

Repo for dealing with linting rust code.

Development

Run the full validation suite before committing:

just all
just install
Publish
  • cargo semver-checks --all-features
  • cargo publish --dry-run -p <crate>
  • cargo publish --dry-run --workspace