crate_universe
Set the RULES_RUST_CRATE_UNIVERSE_BOOTSTRAP environment variable to true
RULES_RUST_CRATE_UNIVERSE_BOOTSTRAP
true
$ export RULES_RUST_CRATE_UNIVERSE_BOOTSTRAP=true
Build the examples
$ bazel build //...
Run the examples' tests
$ bazel test //...