Update README.md

This commit is contained in:
Carl Fredrik Samson
2020-04-07 01:52:46 +02:00
committed by GitHub
parent a840a1c3e2
commit 6e7a6bbc8d

View File

@@ -2,6 +2,8 @@
# Futures Explained in 200 Lines of Rust
The rendered version is found at: [https://cfsamson.github.io/books-futures-explained/](https://cfsamson.github.io/books-futures-explained/)
This book aims to explain `Futures` in Rust using an example driven approach,
exploring why they're designed the way they are, and how they work. We'll also
take a look at some of the alternatives we have when dealing with concurrency
@@ -45,4 +47,4 @@ Feedback, questions or discussion is welcome in the issue tracker.
This book is MIT licensed.
[rendered]: https://cfsamson.github.io/books-futures-explained/
[rendered]: https://cfsamson.github.io/books-futures-explained/