File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ Now let's begin!
21
21
22
22
- [ Types] ( types.md ) - Learn about changing and defining types.
23
23
24
- - [ Conversion] ( conversion.md )
24
+ - [ Conversion] ( conversion.md ) - Convert between different types, such as strings, integers, and floats.
25
25
26
- - [ Expressions] ( expression.md )
26
+ - [ Expressions] ( expression.md ) - Learn about Expressions & how to use them.
27
27
28
28
- [ Flow of Control] ( flow_control.md ) - ` if ` /` else ` , ` for ` , and others.
29
29
@@ -43,7 +43,7 @@ Now let's begin!
43
43
44
44
- [ Traits] ( trait.md ) - A trait is a collection of methods defined for an unknown type: ` Self `
45
45
46
- - [ Macros] ( macros.md )
46
+ - [ Macros] ( macros.md ) - Macros are a way of writing code that writes other code, which is known as metaprogramming.
47
47
48
48
- [ Error handling] ( error.md ) - Learn Rust way of handling failures.
49
49
@@ -53,9 +53,9 @@ Now let's begin!
53
53
54
54
- [ Testing] ( testing.md ) - All sorts of testing in Rust.
55
55
56
- - [ Unsafe Operations] ( unsafe.md )
56
+ - [ Unsafe Operations] ( unsafe.md ) - Learn about entering a block of unsafe operations.
57
57
58
- - [ Compatibility] ( compatibility.md )
58
+ - [ Compatibility] ( compatibility.md ) - Handling Rust's evolution and potential compatibility issues.
59
59
60
60
- [ Meta] ( meta.md ) - Documentation, Benchmarking.
61
61
You can’t perform that action at this time.
0 commit comments