cargo clippy returns clean.
`cargo clippy -- -Wclippy::pedantic' still returns some warnings. (This isn't bad in of itself since pedantic has false positives, but it would be best to either avoid relevant errors. IF they are indeed working as intended we could suppress them)
To do any further refactoring, we would need tests, and for integration tests some test vectors could be useful.
cargo clippy
returns clean. `cargo clippy -- -Wclippy::pedantic' still returns some warnings. (This isn't bad in of itself since pedantic has false positives, but it would be best to either avoid relevant errors. IF they are indeed working as intended we could suppress them)To do any further refactoring, we would need tests, and for integration tests some test vectors could be useful.