23 lines
844 B
Markdown
23 lines
844 B
Markdown

|
|
|
|
# Futures Explained in 200 lines of Rust
|
|
|
|
This is the repositoru for the book: [Futures Explained in 200 Lines of Rust][rendered].
|
|
|
|
The book aims to explain `Futures` in Rust using an example driven approach, and
|
|
the goal is to get a better understanding of `Futures` by implementing a toy
|
|
`Reactor`, a very simple `Executor` and our own `Futures`.
|
|
|
|
## Contributing
|
|
|
|
All kinds of contributions are welcome. Spelling, wording or clarifications are
|
|
very welcome as well as adding or suggesting changes to the content. I'd appreciate
|
|
if you contribute through a PR.
|
|
|
|
Questions or discussion is welcome in the issue tracker.
|
|
|
|
## License
|
|
|
|
This book is MIT licensed.
|
|
|
|
[rendered]: https://cfsamson.github.io/books-futures-explained/ |