We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8422cb3 commit 4b56dd4Copy full SHA for 4b56dd4
text/3424-cargo-script.md
@@ -404,7 +404,7 @@ Existing Rust solutions:
404
- [`cargo-script`](https://github.com/DanielKeep/cargo-script)
405
- Single-file (`.crs` extension) rust code
406
- Partial manifests in a `cargo` doc comment code fence or dependencies in a comment directive
407
- - `run-cargo-script` for she-bangs and setting up file associations on Windows
+ - `run-cargo-script` for shebangs and setting up file associations on Windows
408
- Performance: Shares a `CARGO_TARGET_DIR`, reusing dependency builds
409
- `--expr <expr>` for expressions as args (wraps in a block and prints blocks value as `{:?}` )
410
- `--dep` flags since directives don't work as easily
0 commit comments