|
5 | 5 | * [Guessing Game](guessing-game.md)
|
6 | 6 | * [Dining Philosophers](dining-philosophers.md)
|
7 | 7 | * [Rust Inside Other Languages](rust-inside-other-languages.md)
|
8 |
| -* [Effective Rust](effective-rust.md) |
9 |
| - * [The Stack and the Heap](the-stack-and-the-heap.md) |
10 |
| - * [Testing](testing.md) |
11 |
| - * [Conditional Compilation](conditional-compilation.md) |
12 |
| - * [Documentation](documentation.md) |
13 |
| - * [Iterators](iterators.md) |
14 |
| - * [Concurrency](concurrency.md) |
15 |
| - * [Error Handling](error-handling.md) |
16 |
| - * [Choosing your Guarantees](choosing-your-guarantees.md) |
17 |
| - * [FFI](ffi.md) |
18 |
| - * [Borrow and AsRef](borrow-and-asref.md) |
19 |
| - * [Release Channels](release-channels.md) |
20 | 8 | * [Syntax and Semantics](syntax-and-semantics.md)
|
21 | 9 | * [Variable Bindings](variable-bindings.md)
|
22 | 10 | * [Functions](functions.md)
|
|
54 | 42 | * [Macros](macros.md)
|
55 | 43 | * [Raw Pointers](raw-pointers.md)
|
56 | 44 | * [`unsafe`](unsafe.md)
|
| 45 | +* [Effective Rust](effective-rust.md) |
| 46 | + * [The Stack and the Heap](the-stack-and-the-heap.md) |
| 47 | + * [Testing](testing.md) |
| 48 | + * [Conditional Compilation](conditional-compilation.md) |
| 49 | + * [Documentation](documentation.md) |
| 50 | + * [Iterators](iterators.md) |
| 51 | + * [Concurrency](concurrency.md) |
| 52 | + * [Error Handling](error-handling.md) |
| 53 | + * [Choosing your Guarantees](choosing-your-guarantees.md) |
| 54 | + * [FFI](ffi.md) |
| 55 | + * [Borrow and AsRef](borrow-and-asref.md) |
| 56 | + * [Release Channels](release-channels.md) |
57 | 57 | * [Nightly Rust](nightly-rust.md)
|
58 | 58 | * [Compiler Plugins](compiler-plugins.md)
|
59 | 59 | * [Inline Assembly](inline-assembly.md)
|
|
0 commit comments