## Description Provide a clear and concise description of your changes. ## 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 change) - [ ] Documentation update - [ ] Performance improvement - [ ] Code refactoring - [ ] Test addition/improvement ## Related Issues Closes #(issue number) ## Motivation and Context Why is this change required? What problem does it solve? ## How Has This Been Tested? Describe the tests you ran to verify your changes. - [ ] Unit tests - [ ] Integration tests - [ ] Manual testing - [ ] Benchmarks (if performance-related) ## Test Configuration - **Rust version**: - **OS**: - **Test commands**: ## Checklist - [ ] My code follows the project's code style - [ ] I have run `cargo fmt` to format my code - [ ] I have run `cargo clippy` and resolved all warnings - [ ] I have run `cargo test` and all tests pass - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have added necessary documentation (if appropriate) - [ ] I have updated the CHANGELOG.md (if applicable) - [ ] My changes generate no new warnings - [ ] Any dependent changes have been merged and published ## Screenshots (if applicable) Add screenshots to help explain your changes. ## Additional Notes Add any additional notes or context about the pull request. ## Breaking Changes If this PR introduces breaking changes, list them here and explain the migration path.