futures-await
No description available.
File Explorer
Download Latest Version (.zip)- echo.rs
- lib.rs
- Cargo.toml
- lib.rs
- Cargo.toml
- lib.rs
- ui.rs
- bad-return-type.rs
- bad-return-type.stderr
- borrowed-argument.rs
- borrowed-argument.stderr
- forget-ok.rs
- forget-ok.stderr
- generic-not-static.rs
- generic-not-static.stderr
- missing-item.rs
- missing-item.stderr
- move-captured-variable.rs
- move-captured-variable.stderr
- not-a-result.rs
- not-a-result.stderr
- type_error.rs
- type_error.stderr
- unresolved-type.rs
- unresolved-type.stderr
- update-all-references.sh
- update-references.sh
- Cargo.toml
- lib.rs
- smoke.rs
- .gitignore
- .travis.yml
- Cargo.toml
- LICENSE-APACHE
- LICENSE-MIT
- README.md
π Installation Guide
1. Get the code
git clone https://github.com/alexcrichton/futures-await
Downloads the entire project code from GitHub to your computer.
cd futures-await
Moves into the project folder you just downloaded.
2. Rust
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
cargo +nightly build
Type this command into your terminal and run it.
If cargo build finishes without errors, it worked. The executable is created under target/.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
