## Summary
## Related Issue
## Checklist
- [ ] Tests pass: `cargo test --all-features`
- [ ] Clippy clean: `cargo clippy --all-targets --all-features -- -D warnings`
- [ ] Formatted: `cargo fmt --all -- --check`
- [ ] New/updated tests for code changes
- [ ] Documentation updated (if applicable)