This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # This is a drop-in replacement for `cargo` | |
| # that runs in a Docker container as the current user | |
| # on the latest Rust image | |
| # and saves all generated files to `./cargo/` and `./target/`. | |
| # | |
| # Be sure to make this file executable: `chmod +x ./cargo` | |
| # | |
| # # Examples |
OlderNewer