Files
books-futures-explained/README.md
Carl Fredrik Samson 92680313ea finished book
2020-02-01 17:23:49 +01:00

23 lines
844 B
Markdown

![build status](https://travis-ci.com/cfsamson/books-futures-explained.svg?token=zRZ484b4roGgifn6y3ex&branch=master)
# 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/