-
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
d213e6c
commit f1e9b59
Showing
1 changed file
with
6 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
### Essentials | ||
### Idiomatic Rust Snippets For Web Programmers | ||
|
||
Basic aspects of Rust programming language. | ||
In this book, basic aspects of the Rust programming language are explained with example codes to get you up to speed quickly with the concepts. | ||
|
||
More advanced topics such as design patterns are explained with complete projects. You may run them locally by downloading from the [project repository](https://github.com/saltukalakus/idiomatic-rust-snippets). | ||
|
||
This book does not intend to explain every aspect of Rust; however, you may find it useful, especially if you are planning to use Rust in your next web project as a backend. |