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