An open API service indexing awesome lists of open source software.

https://github.com/ryym/async-programming-in-rust


https://github.com/ryym/async-programming-in-rust

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

Rust Async Book の Simple Future らへんを写経してみる。

-

試してる時点では Rust の stable が 1.38 なので nightly で実行する必要あり。

```
cargo +nightly run
```