Skip to content

Commit

Permalink
upstream_wrapper: Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kolloch committed Jun 20, 2024
1 parent 77df759 commit bc74ed8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tools/upstream_wrapper/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# upstream_wrapper

Wrap the binaries from the current toolchain so that
they can be easily invoked with `bazel run`:

```bash
bazel run @rules_rust//tools/upstream_wrapper:cargo
bazel run @rules_rust//tools/upstream_wrapper:cargo -- clippy
bazel run @rules_rust//tools/upstream_wrapper:cargo -- fmt
bazel run @rules_rust//tools/upstream_wrapper:rustc -- main.rs
bazel run @rules_rust//tools/upstream_wrapper:rustfmt
```

0 comments on commit bc74ed8

Please sign in to comment.