Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 547 Bytes

introduction.md

File metadata and controls

12 lines (9 loc) · 547 Bytes

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. However, the glossary is actively maintained.

Unless stated otherwise, the information in the guide is mostly a "recommendation" and still subject to change.