Taiki Endo
88b942652c
async-await: fix examples ( #1050 )
...
* Fix crate path in `Cargo.toml` of examples
* Add `edition2018` to examples in the documentation to make it compiled
on Rust 2018
* Fix an example in the documentation
2019-04-16 14:19:38 -04:00
Carl Lerche
2f690d30bc
async-await: track nightly changes ( #661 )
...
The `tokio-async-await` crate is no longer a facade. Instead, the `tokio` crate
provides a feature flag to enable async/await support.
2018-09-26 10:10:47 -07:00
Carl Lerche
16664189c1
async-await: move examples into dedicated crate ( #608 )
...
This works around a bug in the cargo renaming feature as well as allows
the use of `[patch]` in the `Cargo.toml`.
2018-09-06 13:36:59 -04:00