Bit-Twiddle PipelineIterator & Clippy Fixes
This will perform the boolean bit-twiddling optimization to the PiplelineIterator which reduces six 8-bit fields into one u8 and allows for more optimal conditional checking by checking multiple values at the same time. There's also some clippy fixes in here.
With this submission, I'm done for the day.