tree: 85a0abd5a1318845d2df1d5a3c00653448e909fa [path history] [tgz]
  1. basic/
  2. has_aliased_deps/
  3. uses_proc_macro/
  4. uses_sys_crate/
  5. .bazelrc
  6. .gitignore
  7. BUILD.bazel
  8. README.md
  9. WORKSPACE.bazel
examples/crate_universe/README.md

crate_universe examples

Instructions

Set the RULES_RUST_CRATE_UNIVERSE_BOOTSTRAP environment variable to true

$ export RULES_RUST_CRATE_UNIVERSE_BOOTSTRAP=true

Build the examples

$ bazel build //...

Run the examples' tests

$ bazel test //...