question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

project-safe-transmute

See original GitHub issue

Summary

Figuring out how we can make safe ways to transmute.

Links

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:25 (20 by maintainers)

github_iconTop GitHub Comments

6reactions
jswrenncommented, Dec 25, 2021

Update 2021-12-24:

https://github.com/rust-lang/rust/pull/92268 provides an initial, incomplete implementation of MCP 411: Lang Item for Transmutability!

5reactions
nikomatsakiscommented, Aug 31, 2020

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found