Thanks for your interest!
- Fork and clone the repo.
- Run
cargo buildto verify the build. - Run
cargo testto verify tests pass.
- Run
cargo fmtbefore committing. - Run
cargo clippyand address all warnings. - Keep PRs focused on a single concern.
Conventional commits preferred but not required. Keep messages concise.
-
cargo fmtis clean -
cargo clippyhas no warnings -
cargo testpasses - If adding a feature, consider adding a test