mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +00:00

* 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
Tokio async/await examples
These are a separate crate in order to work around some cargo bugs. It also
allows [patch]
to be used in Cargo.toml
to ensure the correct lib versions
are being pulled in.