Thanks for taking the time to contribute.
- Rust 1.89+ recommended (see
rust-versioninCargo.toml). - Run tests with
cargo test. - Run formatting with
cargo fmt. - Run linting with
cargo clippy.
- Keep changes focused and scoped.
- Add tests for new recognizers or behavior changes.
- Update
README.mdordocs/rfc-1200-pii.mdwhen behavior changes.
- Provide a minimal reproduction if possible.
- Include expected vs actual behavior.
- Note OS and Rust version.