Lints and build commands

This commit is contained in:
2025-09-20 20:34:57 -06:00
parent f22a283abe
commit 40e881589a
5 changed files with 86 additions and 63 deletions
+4 -1
View File
@@ -19,7 +19,10 @@ A set of crates for the construction and use of optimized IP filtering mechanism
- build: `cargo hack --feature-powerset build`
- clippy: `cargo hack --feature-powerset clippy -- -D warnings`
- fmt: `cargo fmt --check`
- test: `cargo hack --feature-powerset test`
- test old: `cargo +1.85 hack --feature-powerset test`
- miri: `cargo +nightly hack --feature-powerset miri test`
- fmt: `cargo fmt --check`
- docs: `RUSTDOCFLAGS="--cfg docsrs" cargo +nightly doc --all-features`
- semver: `cargo semver-checks --all-features`
- publish: `cargo publish --dry-run -p ipfilter`