-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
097ac9e
commit a0bfbfe
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
### Idiomatic Rust Snippets | ||
|
||
1- [Essentials](./essentials/intro.md) covers the basic aspects of the Rust programming language. All paradigms are explained with easy to grasp sample code. | ||
1- [Essentials](./essentials/intro.md) covers the basic aspects of the Rust programming language. They are explained with easy to grasp samples. | ||
|
||
2- [Design Patterns](./patterns/intro.md) section demonstrates several design patterns with minimalistic but complete projects. | ||
|
||
This book does not intend to explain every aspect of Rust; however, you may find it useful while learning Rust. | ||
This book does not intend to explain every aspect of Rust; however, you may find it useful while learning Rust. | ||
|
||
I am expanding it as I use and learn this awesome language. It is my memory map and grows organically. |