Skip to content

Commit d272717

Browse files
authored
Merge pull request #1767 from Aryan9592/patch-1
Update index.md: Added descriptions for the 'leftover' points
2 parents 311b849 + 5ce3cc1 commit d272717

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ Now let's begin!
2121

2222
- [Types](types.md) - Learn about changing and defining types.
2323

24-
- [Conversion](conversion.md)
24+
- [Conversion](conversion.md) - Convert between different types, such as strings, integers, and floats.
2525

26-
- [Expressions](expression.md)
26+
- [Expressions](expression.md) - Learn about Expressions & how to use them.
2727

2828
- [Flow of Control](flow_control.md) - `if`/`else`, `for`, and others.
2929

@@ -43,7 +43,7 @@ Now let's begin!
4343

4444
- [Traits](trait.md) - A trait is a collection of methods defined for an unknown type: `Self`
4545

46-
- [Macros](macros.md)
46+
- [Macros](macros.md) - Macros are a way of writing code that writes other code, which is known as metaprogramming.
4747

4848
- [Error handling](error.md) - Learn Rust way of handling failures.
4949

@@ -53,9 +53,9 @@ Now let's begin!
5353

5454
- [Testing](testing.md) - All sorts of testing in Rust.
5555

56-
- [Unsafe Operations](unsafe.md)
56+
- [Unsafe Operations](unsafe.md) - Learn about entering a block of unsafe operations.
5757

58-
- [Compatibility](compatibility.md)
58+
- [Compatibility](compatibility.md) - Handling Rust's evolution and potential compatibility issues.
5959

6060
- [Meta](meta.md) - Documentation, Benchmarking.
6161

0 commit comments

Comments
 (0)