tree: fb1f90294ebdd12197d74c66090e19dac6616f62 [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 //...