File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Summary
2
2
3
- * [ I: The Basics] ( basic.md )
3
+ * [ The Basics] ( basic.md )
4
4
* [ Installing Rust] ( installing-rust.md )
5
5
* [ Hello, world!] ( hello-world.md )
6
6
* [ Hello, Cargo!] ( hello-cargo.md )
14
14
* [ Strings] ( strings.md )
15
15
* [ Arrays, Vectors, and Slices] ( arrays-vectors-and-slices.md )
16
16
* [ Standard Input] ( standard-input.md )
17
- * [ II: Intermediate Rust] ( intermediate.md )
17
+ * [ Intermediate Rust] ( intermediate.md )
18
18
* [ Crates and Modules] ( crates-and-modules.md )
19
19
* [ Testing] ( testing.md )
20
20
* [ Pointers] ( pointers.md )
31
31
* [ Concurrency] ( concurrency.md )
32
32
* [ Error Handling] ( error-handling.md )
33
33
* [ Documentation] ( documentation.md )
34
- * [ III: Advanced Topics] ( advanced.md )
34
+ * [ Advanced Topics] ( advanced.md )
35
35
* [ FFI] ( ffi.md )
36
36
* [ Unsafe Code] ( unsafe.md )
37
37
* [ Advanced Macros] ( advanced-macros.md )
You can’t perform that action at this time.
0 commit comments