## Description
## Type of Change
- [ ] ๐ Bug fix (non-breaking change that fixes an issue)
- [ ] โจ New feature (non-breaking change that adds functionality)
- [ ] ๐ฅ Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] ๐ Documentation update
- [ ] ๐งช Test addition or update
- [ ] โป๏ธ Refactoring (no functional changes)
- [ ] โก Performance improvement
- [ ] ๐ Security fix
- [ ] ๐ง Build/config changes
- [ ] ๐จ Style/formatting changes
- [ ] ๐ Other:
## Testing
- [ ] All existing tests pass locally (`cargo test`)
- [ ] Added new tests for new functionality
- [ ] Tested on [OS/platform]:
- [ ] Manual testing:
## Checklist
- [ ] My code follows the project's style guidelines (`cargo fmt`)
- [ ] I have performed a self-review of my code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation (if applicable)
- [ ] My changes generate no new warnings (`cargo clippy`)
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged and published
## Related Issues
Fixes # <!-- issue number -->
Closes # <!-- issue number -->
Related to # <!-- issue number -->
## Screenshots (If Applicable)
## Additional Context
## Breaking Changes
- [ ] This PR introduces breaking changes
- **Migration Guide**:
## Performance Impact
- [ ] No performance impact
- [ ] Performance improvement:
- [ ] Performance regression:
## Security Considerations
- [ ] No security implications
- [ ] Security improvement:
- [ ] Security review needed:
---
**By submitting this PR, I confirm:**
- [ ] I have read and followed the [Contributing Guide](../CONTRIBUTING.md)
- [ ] My code is my own work and I have the right to submit it
- [ ] I understand that my contribution will be licensed under the MIT License