
* Fixing the mixer according to the xxHash implementation * Using Rust xxhash-rust instead of handwritten implementation * Fixing the mixer according to the xxHash implementation - linking directly, not relying on bolts option * clippy+fmt * Removing rotation, as it causes issues * Not using xxhash directly, relying on bolts * Fmt