Initial commit

This commit is contained in:
2026-07-15 00:17:48 -06:00
commit 23ee571b26
43 changed files with 15941 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# 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 <crate>`
- `cargo publish --dry-run --workspace`