<!-- Keep PRs small and focused: one logical change. -->##What<!-- What does this PR change? -->##Why<!-- Motivation / issue this closes. -->
Closes #
##Checklist-[ ] `cargo fmt --all --check` passes
- [ ] `cargo clippy --all-targets --all-features -- -D warnings` passes
- [ ] `cargo test --all-features` passes
- [ ] Tests added/updated for new behavior
- [ ] Docs updated if the public API or CLI changed