| D | index.md | 1 # [Rules rust](https://github.com/bazelbuild/rules_rust) 5 This repository provides rules for building [Rust][rust] projects with [Bazel][bazel]. 7 [bazel]: https://bazel.build/ 8 [rust]: http://www.rust-lang.org/ 10 <!-- TODO: Render generated docs on the github pages site again, https://bazelbuild.github.io/rules… 16 To use the Rust rules, add the following to your `WORKSPACE` file to add the external repositories … 26 …urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.31.0/rules_rust-v0.31.0.tar.… 36 The rules are released, and releases can be found on [the GitHub Releases page](https://github.com/… 38 ## Rules section in [Rules rust](https://github.com/bazelbuild/rules_rust) 40 - [defs](defs.md): standard rust rules for building and testing libraries and binaries. [all …]
|