project-safe-transmute
See original GitHub issueSummary
Figuring out how we can make safe ways to transmute.
Links
- Repository rust-lang/project-safe-transmute
- Zulip stream
#project-safe-transmute
Issue Analytics
- State:
- Created 3 years ago
- Comments:25 (20 by maintainers)
Top Results From Across the Web
rust-lang/project-safe-transmute - GitHub
Project "safe transmute". A working-group project to extend the Rust language to support safe transmute. Shepherds: rylev (Ryan). Rust lang team contacts:.
Read more >2835-project-safe-transmute - The Rust RFC Book
Transmuting one type to another type and vice versa in Rust is extremely dangerous --- so much so that the docs for std::mem::transmute...
Read more >safe_transmute - Rust - Docs.rs
These functions are as safe as the data passed to them: any attempt of transmuting data to an invalid memory representation is still...
Read more >totally-safe-transmute : r/rust - Reddit
Jokes aside, there is actually a work on going for making a subset of transmutes safe: https://github.com/rust-lang/project-safe-transmute.
Read more >Tree - rpms/rust-safe-transmute - Fedora Package Sources
Log In · rpms / rust-safe-transmute. Clone. Source Code. GIT. Source · Issues · Pull Requests 0 · Stats · Overview Files Commits...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Update 2021-12-24:
https://github.com/rust-lang/rust/pull/92268 provides an initial, incomplete implementation of MCP 411: Lang Item for Transmutability!
2020-08-31:
There has been a lot of iteration and there is now a draft RFC that is ready for lang-team review. There is a “TL;DR” summary that explains the intentions and plan. The full RFC is extremely detailed and almost tutorial-esque. Now at the point where it’s time to read through it and decide whether to go forward.
Lang team recommends opening the RFC on the rfcs repo.