Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
saltukalakus committed Dec 29, 2024
1 parent 097ac9e commit a0bfbfe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# [Idiomatic Rust Snippets For Web Programmers](https://idiomatic-rust-snippets.org/)

Rust is known to have a steep learning curve. This guide aims to help you learn idiomatic usage of the language with minimalistic samples to get you off the ground quickly.
Rust is known to have a steep learning curve. This book does not intend to explain every aspect of Rust; however, you may find it useful while learning Rust.

The snippets cover a variety of use cases from the simplest ones to advanced features of Rust.

This project aims to be the number one documentation for backend development with Rust.
I am expanding it as I use and learn this awesome language. It is my memory map and grows organically.

Please like, share, and contribute. All pull requests are welcome.

Expand Down
6 changes: 4 additions & 2 deletions src/intro.md
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.

0 comments on commit a0bfbfe

Please sign in to comment.