rust-rapport 0.2.0

Formats cargo clippy JSON output for GitHub Actions (step summary, PR annotations, human-readable).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## Summary

<!-- What does this PR change? One or two sentences. -->

## Motivation

<!-- Why this change? Link an issue if applicable. -->

## Testing

<!-- How did you verify the change? New tests, manual runs, fixtures, etc. -->

## Checklist

- [ ] `cargo fmt --all --check` passes
- [ ] `cargo clippy --all-targets --all-features --locked -- -D warnings` passes
- [ ] `cargo test --all-features --locked` passes
- [ ] `CHANGELOG.md` updated under `[Unreleased]` (unless purely internal)