All Projects → taiki-e → replace-await

taiki-e / replace-await

Licence: other
Migration tool for replacing await! macro with await syntax.

Programming Languages

rust
11053 projects

await! -> .await

Migration tool for replacing await! macro with await syntax.

Usage

In this example, replace-await is cloned in the parent directory of your-project-dir, but adjust the path if necessary.

git clone https://github.com/taiki-e/replace-await.git
cd your-project-dir
cargo run --release --manifest-path ../replace-await/Cargo.toml **/*.rs **/*.md

See rust-lang/futures-rs#1583 for the conversion that this tool did.

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].