tree: 655f639d9dd9531b0c71044f5e9b98377f1d3d94 [path history] [tgz]
  1. meta/
  2. src/
  3. BUILD.gn
  4. README.md
garnet/examples/intl/wisdom/rust/server/README.md

The Rust wisdom server binary

This directory contains the Rust wisdom server binary. Detailed instructions on how to build and run are in the language-level README.md file.

Some useful instructions on how to set up a BUILD.gn file for building rust binaries are here, in the comments of the BUILD.gn file here.

General testing instructions for Rust code, upon which the instructions here are based, is on the page about Rust code testing.