Per Larsen
Per Larsen
There is no reason to refactor functionality already provided by a 3rd party crate. The [siphasher]( https://crates.io/crates/siphasher) crate likely provides the requisite functionality and appears to be well maintained.
### Compiler name c2rust ### Compiler version trunk ### Compiler language C (input), Rust (output) ### Compiler homepage https://github.com/immunant/c2rust/releases ### Motivation C2Rust is a popular tool for folks that write...
Unaligned vector types such as `__m128_u` or `__256_u` not not have any equivalents in Rust so we translate them to their aligned equivalents. This is unsound so we emit warning...