GitXplorerGitXplorer
t

replace-await

public
40 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
b17a12eb494c13a20a577950258b7e8bc720bc54

Remove clippy.toml

ttaiki-e committed 4 years ago
Unverified
159159d488b1a8a7c5a56b12be227539a40b3470

Cleanup

ttaiki-e committed 4 years ago
Unverified
201f695703e29ade06b96f8dc919334c608b939c

Update readme

ttaiki-e committed 4 years ago
Unverified
98bdf142f7cade8822d7e51f31d1874207985f09

Update configuration files

ttaiki-e committed 4 years ago
Unverified
4f3583473d0194d310f7ade91b793bc716de402d

Update CI config

ttaiki-e committed 4 years ago
Unverified
9845017e43ee543bbb2c47b01ea3a3c54f2dcc5e

Remove appendix from LICENCE-APACHE

ttaiki-e committed 4 years ago

README

The README file for this repository.

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.