rust/src/libcoretest/hash
Tobias Bucher 22ec5f4af7 Replace many uses of mem::transmute with more specific functions
The replacements are functions that usually use a single `mem::transmute` in
their body and restrict input and output via more concrete types than `T` and
`U`. Worth noting are the `transmute` functions for slices and the `from_utf8*`
family for mutable slices. Additionally, `mem::transmute` was often used for
casting raw pointers, when you can already cast raw pointers just fine with
`as`.
2015-08-09 22:05:22 +02:00
..
mod.rs Replace many uses of mem::transmute with more specific functions 2015-08-09 22:05:22 +02:00
sip.rs siphash: Add more benchmarks 2015-07-25 12:26:17 +02:00