Rust’s Unsafe Code Guidelines Reference

This document is a past effort by the UCG WG to provide a “guide” for
writing unsafe code that “recommends” what kinds of things unsafe code can and
cannot do, and that documents which guarantees unsafe code may rely on. It is
largely abandoned right now…. Read more

Similar

Crash Reporting in Rust

In this post I'll be talking about recent work I and others have done to make crash handling and reporting in Rust a (fairly) straightforward procedure by introducing several new crates that can be used in conjunction with each other, or with other crates... (more…)

Read more »