This checks off the "cleanup" task from #80. I'd still like to refactor a lot of the logic in the main loop, but the current plan is to hold out on that for now until some newer features get added. Cleanup was mostly stylistic consistency, adding some doc comments, taking a some suggestions from clippy's pedantic mode, and narrowing down some of the unsafe blocks in src/x86_parser.rs.
This checks off the "cleanup" task from #80. I'd still like to refactor a lot of the logic in the main loop, but the current plan is to hold out on that for now until some newer features get added. Cleanup was mostly stylistic consistency, adding some doc comments, taking a some suggestions from clippy's pedantic mode, and narrowing down some of the
unsafe
blocks insrc/x86_parser.rs
.