VolatileDream / mini-bazel-rust

Small Rust in Bazel example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mini-bazel-rust

This example repository exercises much of the basic functionality that will be desired for working with Rust in a monorepo with Bazel.

Run with:

> bazel run //example
hello world

About

Small Rust in Bazel example

License:MIT License


Languages

Language:Starlark 78.3%Language:Rust 21.7%