Skip to content

Commit 1f73db1

Browse files
committed
---
yaml --- r: 224434 b: refs/heads/beta c: 3be2643 h: refs/heads/master v: v3
1 parent 5f8ed5e commit 1f73db1

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ refs/tags/0.9: 36870b185fc5f5486636d4515f0e22677493f225
2323
refs/tags/0.10: ac33f2b15782272ae348dbd7b14b8257b2148b5a
2424
refs/tags/0.11.0: e1247cb1d0d681be034adb4b558b5a0c0d5720f9
2525
refs/tags/0.12.0: f0c419429ef30723ceaf6b42f9b5a2aeb5d2e2d1
26-
refs/heads/beta: f8be0737ea47a41097bba940ce5f9f9527fb2087
26+
refs/heads/beta: 3be2643cb2a64f2667fc187ed9899f291714e85a
2727
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
2828
refs/heads/tmp: 938f5d7af401e2d8238522fed4a612943b6e77fd
2929
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f

branches/beta/ffi.md

Whitespace-only changes.

branches/beta/intro.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ Unsafe Rust. TURPL does not assume you have read TRPL, but does assume you know
77
the basics of the language and systems programming. We will not explain the
88
stack or heap, we will not explain the syntax.
99

10+
## Sections
11+
12+
* [Data Layout](data.html)
13+
* [Ownership and Lifetimes](lifetimes.html)
14+
* [Conversions](conversions.html)
15+
* [Uninitialized Memory](uninitialized.html)
16+
* [Ownership-oriented resource management (RAII)](raii.html)
17+
* [Concurrency](concurrency.html)
18+
* [Interfacing with other languages (FFI)](ffi.html)
19+
* [Eliminating the Runtime (no_std)](no_std.html)
20+
1021
## A Tale Of Two Languages
1122

1223
Rust can be thought of as two different languages: Safe Rust, and Unsafe Rust.

branches/beta/no_std.md

Whitespace-only changes.

0 commit comments

Comments
 (0)