johnward / rust_cas

Bazel CAS server implementation in rust. Built for stability and speed.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup

Install bazel 3.0.0+ then run:

$ bazel build //...

How to update external rust deps

Install cargo and then run: cargo install cargo-raze. From now on you can use:

$ cargo generate-lockfile  # This will generate a new Cargo.lock file.
$ cargo raze  # This will code-gen the bazel rules.

Then test your changes.

About

Bazel CAS server implementation in rust. Built for stability and speed.


Languages

Language:Rust 95.3%Language:Starlark 3.3%Language:Python 1.2%Language:Shell 0.1%