Open
Description
nix is currently a bit too liberal with mem::transmute
, using it in situations where some casts would suffice. I'd like to reduce these to a minimum because transmute
is a scarily big hammer.
nix is currently a bit too liberal with mem::transmute
, using it in situations where some casts would suffice. I'd like to reduce these to a minimum because transmute
is a scarily big hammer.