From e7f2fc92c8fd64485d635b1cc7b0c2897d78bc69 Mon Sep 17 00:00:00 2001 From: Alberto Sartori Date: Tue, 23 Jul 2024 17:24:16 +0200 Subject: rules-rust: add interoperability tutorials --- doc/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc/README.md') diff --git a/doc/README.md b/doc/README.md index ddd9fea..aae3a1d 100644 --- a/doc/README.md +++ b/doc/README.md @@ -6,3 +6,12 @@ programming language and `Justbuild`. A `rustc` compiler must be installed and accessible in your environment. + +- [Getting started](./getting-started/README.md) tutorial teaches you + how to define Rust binaries, libraries, and tests and configure the + project, for example, using specific compile flags. + +- [Interoperability](./interoperability/README.md) proposes two + tutorials on how to mix Rust and C. On the one hand, a Rust library + is consumed by a C binary, on the other hand, a C library is + consumed by a Rust binary. -- cgit v1.2.3