Skip to content

Commit ccd6c68

Browse files
authored
Merge pull request #87 from KushajveerSingh/patch-2
Add Asynchronous Programming in Rust book
2 parents b82c6c2 + c52b5b4 commit ccd6c68

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ Rust by Example (RBE) is a collection of runnable examples that illustrate vario
3232

3333
Rust is a new language that already has good textbooks. But sometimes its textbooks are difficult because they are for native English speakers. Many companies and people now learn Rust, and they could learn faster with a book that has easy English. This textbook is for these companies and people to learn Rust with simple English.
3434

35+
### [Asynchronous Programming in Rust](https://rust-lang.github.io/async-book/index.html) *Free* (work in progress)
36+
37+
<img src="https://images.squarespace-cdn.com/content/v1/5e10bdc20efb8f0d169f85f9/fb8c84e4-77a5-4fe6-a1aa-8709932e65a6/cover.png?format=120w" width="120px"/>
38+
39+
This book is a guide to asynchronous programming in Rust. It is designed to help you take your first steps and to discover more about advanced topics. We don't assume any experience with asynchronous programming (in Rust or another language), but we do assume you're familiar with Rust already. If you want to learn about Rust, you could start with The Rust Programming Language.
40+
41+
This book has two main parts: part one is a beginners guide, it is designed to be read in-order and to take you from total beginner to intermediate level. Part two is a collection of stand-alone chapters on more advanced topics. It should be useful once you've worked through part one or if you already have some experience with async Rust.
42+
3543
### [Why Rust?](https://www.oreilly.com/library/view/why-rust/9781492048589/)
3644

3745
<img src="https://learning.oreilly.com/library/cover/9781492048589/250w/" width="120px"/>

0 commit comments

Comments
 (0)