stub out more stuff
This commit is contained in:
parent
f8be0737ea
commit
3be2643cb2
3 changed files with 11 additions and 0 deletions
0
ffi.md
Normal file
0
ffi.md
Normal file
11
intro.md
11
intro.md
|
|
@ -7,6 +7,17 @@ Unsafe Rust. TURPL does not assume you have read TRPL, but does assume you know
|
|||
the basics of the language and systems programming. We will not explain the
|
||||
stack or heap, we will not explain the syntax.
|
||||
|
||||
## Sections
|
||||
|
||||
* [Data Layout](data.html)
|
||||
* [Ownership and Lifetimes](lifetimes.html)
|
||||
* [Conversions](conversions.html)
|
||||
* [Uninitialized Memory](uninitialized.html)
|
||||
* [Ownership-oriented resource management (RAII)](raii.html)
|
||||
* [Concurrency](concurrency.html)
|
||||
* [Interfacing with other languages (FFI)](ffi.html)
|
||||
* [Eliminating the Runtime (no_std)](no_std.html)
|
||||
|
||||
## A Tale Of Two Languages
|
||||
|
||||
Rust can be thought of as two different languages: Safe Rust, and Unsafe Rust.
|
||||
|
|
|
|||
0
no_std.md
Normal file
0
no_std.md
Normal file
Loading…
Add table
Add a link
Reference in a new issue