Skip to content

ryanmcdermott/bazel-rust-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

bazel-rust-template

This project is a simple starter template for a Rust project that uses the Bazel build system. There is a main rust_binary that runs a simple rust_library that adds two numbers together. Additionally, there is a rust_test target created for the adder library.

Installation

First, ensure that you have installed Bazel. Then run the following:

git clone https://github.com/ryanmcdermott/bazel-rust-template

Running

Main

bazel run src:main

Tests

bazel test src/adder:adder_test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published