## Summary
## Checklist
- [ ] I have run `cargo test` and all tests pass.
- [ ] I have run `cargo fmt` and the code is formatted.
- [ ] I have run `cargo clippy` in pedantic mode and refactored.
- [ ] I have included documentation for any new structs or methods.
- [ ] I have updated tests for any code I addded/changed/deleted.
- [ ] I have updated the CHANGELOG to include my changes.
## Related Issues