##Summary<!-- Provide a short description of the changes. Why are they needed? -->##Testing<!-- Describe how you tested the change. Include commands, screenshots, or automated test runs. -->-[ ] cargo test
- [ ] cargo fmt
- [ ] Other (details below)
##Breaking Changes<!-- Are there API changes, MSRV bumps, or behaviour changes users should know about? -->##Checklist-[ ] I updated docs/README if relevant
- [ ] I added or updated tests
- [ ] I validated Windows-specific behaviour when applicable