File tree 4 files changed +19
-5
lines changed
4 files changed +19
-5
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ UCG WG - Rust's Unsafe Code Guidelines Working Group
10
10
11
11
The goal of the UCG WG is to produce the [ Unsafe Code Guidelines
12
12
Reference] [ ucg_book ] : a "guide" for writing unsafe code that "recommends" what
13
- kinds of things unsafe code can and cannot do. It is largely a work-in-progress
14
- right now.
13
+ kinds of things unsafe code can and cannot do, and that documents which
14
+ guarantees unsafe code may rely on. It is largely a work-in-progress right now.
15
15
16
16
Unless we state otherwise, the information in the guide is mostly a
17
17
"recommendation" and still subject to change. The main goal for the WG in 2019
Original file line number Diff line number Diff line change 1
1
[book ]
2
- authors = [" Niko Matsakis " ]
2
+ authors = [" The Rust Project Developers " ]
3
3
multilingual = false
4
4
src = " src"
5
5
title = " Unsafe Code Guidelines Reference"
Original file line number Diff line number Diff line change 1
1
# Summary
2
2
3
- [ Glossary ] ( ./glossary .md )
4
-
3
+ - [ Introduction ] ( ./introduction .md )
4
+ - [ Glossary ] ( ./glossary.md )
5
5
- [ Data layout] ( ./layout.md )
6
6
- [ Structs and tuples] ( ./layout/structs-and-tuples.md )
7
7
- [ Scalars] ( ./layout/scalars.md )
Original file line number Diff line number Diff line change
1
+ ## Rust's Unsafe Code Guidelines Reference
2
+
3
+ This document is produced by the [ UCG WG] [ ucg_wg ] to provide a "guide" for
4
+ writing unsafe code that "recommends" what kinds of things unsafe code can and
5
+ cannot do, and that documents which guarantees unsafe code may rely on. It is
6
+ largely a work-in-progress right now.
7
+
8
+ Unless we state otherwise, the information in the guide is mostly a
9
+ "recommendation" and still subject to change. The main goal for the WG in 2019
10
+ is to RFC parts of the guide into the language specification, and move those
11
+ parts into the [ Rust Language Reference] proper.
12
+
13
+ [ ucg_wg ] : https://github.com/rust-lang/unsafe-code-guidelines
14
+ [ Rust Language Reference ] : https://doc.rust-lang.org/reference/index.html
You can’t perform that action at this time.
0 commit comments