From 4d18d2723a28bb8e262920330335f046d94dac97 Mon Sep 17 00:00:00 2001 From: Alberto Sartori Date: Tue, 25 Jun 2024 16:26:10 +0200 Subject: rules-rust: add "getting-started" tutorial Through this tutorial the user will learn how to define Rust binaries, libraries, tests and the default toolchain configuration. --- doc/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/README.md (limited to 'doc/README.md') diff --git a/doc/README.md b/doc/README.md new file mode 100644 index 0000000..ddd9fea --- /dev/null +++ b/doc/README.md @@ -0,0 +1,8 @@ +# Prerequisites + +The tutorials aim to explain the rules' usage and not learn Rust or +the `Justbuild` tool. Therefore, the user is assumed to know the Rust +programming language and `Justbuild`. + +A `rustc` compiler must be installed and accessible in your +environment. -- cgit v1.2.3