1 2 3 4 5 6 7 8 9
## Summary ## Checklist - [ ] `cargo fmt --check` - [ ] `cargo clippy --all-features -- -D warnings` - [ ] `cargo test --all-features` - [ ] No license keys or secrets in logs/errors - [ ] Docs updated (if behavior or API changed)