## Description
Brief description of the change.
## Type of Change
- [ ] Bug fix
- [ ] New feature
- [ ] Documentation
- [ ] Refactor
- [ ] Breaking change
## Checklist
- [ ] Tests pass (`cargo test`).
- [ ] Formatting passes (`cargo fmt --check`).
- [ ] Strict Clippy passes (`cargo clippy --all-features --all-targets -- -D warnings`).
- [ ] New features include doc comments.
- [ ] Feature flags are documented.
- [ ] README is updated if user-facing behavior changes.
- [ ] `CHANGELOG.md` and `.maintainer/` are updated for release-relevant changes.
## Related Issues
Fixes # (issue)