From 57220b2652954f3306fa1ff5c477ccc74428ab40 Mon Sep 17 00:00:00 2001 From: Clay-Mysten <100217682+Clay-Mysten@users.noreply.github.com> Date: Tue, 10 May 2022 14:33:29 -0700 Subject: [PATCH] Add rustdoc output to Contribute to Sui (#1880) * Add rustdoc output to Contribute to Sui * Update index.md Add other rustdocs, describe them * Update index.md Fix inconsistent capitalization --- doc/src/contribute/index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/src/contribute/index.md b/doc/src/contribute/index.md index a515d1d4dbc88..2ccc94684125f 100644 --- a/doc/src/contribute/index.md +++ b/doc/src/contribute/index.md @@ -34,6 +34,11 @@ Simply edit the file in question and generate a pull request. We will get back t In order to obtain the Sui source code, follow the steps to download (`git clone`) the `sui` repository at [Install Sui](../build/install.md#source-code). +And see the Rust [Crates](https://doc.rust-lang.org/rust-by-example/crates.html) in use at: +* https://mystenlabs.github.io/sui/ - the Sui blockchain +* https://mystenlabs.github.io/narwhal/ - the Narwhal and Tusk consensus engine +* https://mystenlabs.github.io/mysten-infra/ - Mysten Labs infrastructure + ## Send pull requests Start by creating your own fork of the repo: