From 4a5c9c7a8f6f9011d2d8557688131eef8868cd87 Mon Sep 17 00:00:00 2001 From: Joakim Lundberg <joakim@joakimlundberg.com> Date: Tue, 31 Oct 2017 22:17:38 +0100 Subject: [PATCH] Update Ecosystem.md --- doc/Ecosystem.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/Ecosystem.md b/doc/Ecosystem.md index 79a47ab..84b8634 100644 --- a/doc/Ecosystem.md +++ b/doc/Ecosystem.md @@ -1,3 +1,5 @@ +# The Rust Ecosystem + The `rustc` compiler is at heart of the Rust Ecosystem. Other tools of great help for your developments include (clickable references) * [rustup](https://www.rustup.rs/), Rust tool-chain manager [Rustup](#Rustup) -- GitLab