An open API service indexing awesome lists of open source software.

https://github.com/highb/bazel-rust-research

Trying out building a rust project with Bazel
https://github.com/highb/bazel-rust-research

Last synced: 3 months ago
JSON representation

Trying out building a rust project with Bazel

Awesome Lists containing this project

README

          

# 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`