Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 246 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 246 Bytes

bazel-example-rust

An example project demonstrating bazel build rules for rust with a local binary (rust_binary) and a local library (rust_library).

This requires bazel release > bazel-0.20.

$ bazel run :hello
$ bazel run :local