Y
Hacker News
new
|
ask
|
show
|
jobs
by
zyedidia
1112 days ago
I came across this issue in Rust recently:
https://github.com/rust-lang/rust/issues/57893
. I thought it was interesting since it lets you easily write transmute in safe Rust:
https://zyedidia.github.io/blog/posts/5-safe-transmute/
.