## ๐ Description
## ๐ Related Issue
Fixes #(issue number)
Closes #(issue number)
Related to #(issue number)
## ๐ฏ Type of Change
- [ ] ๐ Bug fix (non-breaking change which fixes an issue)
- [ ] โจ New feature (non-breaking change which adds functionality)
- [ ] ๐ฅ Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] ๐ Documentation update
- [ ] ๐จ Code style update (formatting, renaming)
- [ ] โป๏ธ Refactoring (no functional changes)
- [ ] โก Performance improvement
- [ ] โ
Test update
- [ ] ๐ง Build/CI configuration change
- [ ] ๐ Security fix
## ๐ Changes Made
-
-
-
## ๐งช Testing
### Test Environment
- [ ] ๐ง Linux
- [ ] ๐ช Windows
- [ ] ๐ macOS
### Testing Done
- [ ] All existing tests pass (`cargo test`)
- [ ] Added new tests for changes
- [ ] Manually tested on:
- [ ] Tested with examples:
### Test Output
<details>
<summary>Click to expand test results</summary>
```bash
# Paste relevant test output here
cargo test
```
</details>
## ๐ธ Screenshots (if applicable)
**Before:**
**After:**
## โ
Checklist
### Code Quality
- [ ] My code follows the [Rust coding style](https://doc.rust-lang.org/1.0.0/style/)
- [ ] I have performed a self-review of my code
- [ ] I have commented my code in hard-to-understand areas
- [ ] My code passes `cargo clippy --all-targets -- -D warnings` with no warnings
- [ ] My code is formatted with `cargo fmt --all`
### Testing
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally (`cargo test`)
- [ ] I have tested on multiple platforms (if applicable)
### Documentation
- [ ] I have updated the documentation (rustdoc comments)
- [ ] I have updated the README.md (if needed)
- [ ] I have updated CHANGELOG.md (for significant changes)
- [ ] I have added/updated examples (if needed)
### Compatibility
- [ ] My changes are compatible with MSRV (Rust 1.90.0)
- [ ] My changes maintain zero external dependencies
- [ ] My changes work on Windows, Linux, and macOS
### Commits
- [ ] My commits follow the [Conventional Commits](https://www.conventionalcommits.org/) format
- [ ] Each commit has a clear and descriptive message
## ๐ Additional Context
## ๐ References
-
-
## ๐ค Questions for Reviewers
---