/bazel-rust-research

Trying out building a rust project with Bazel

Primary LanguageStarlarkMIT LicenseMIT

bazel-rust-research

Trying out building a rust project with Bazel

Building

bazel build //hello-rs:hello_world

Running

bazel run //hello-rs:hello_world