From 3be2643cb2a64f2667fc187ed9899f291714e85a Mon Sep 17 00:00:00 2001 From: Alexis Beingessner Date: Thu, 18 Jun 2015 21:11:00 -0700 Subject: [PATCH] stub out more stuff --- ffi.md | 0 intro.md | 11 +++++++++++ no_std.md | 0 3 files changed, 11 insertions(+) create mode 100644 ffi.md create mode 100644 no_std.md diff --git a/ffi.md b/ffi.md new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/intro.md b/intro.md index bc0f6483baa4..cb644c515f2e 100644 --- a/intro.md +++ b/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. diff --git a/no_std.md b/no_std.md new file mode 100644 index 000000000000..e69de29bb2d1