From 7e2bd31be3cc113736aeb0281b20a2819b8824b0 Mon Sep 17 00:00:00 2001 From: Snehit Sah Date: Fri, 1 Oct 2021 10:48:57 +0530 Subject: [PATCH] Add Rust by Example Link description taken from official website Signed-off-by: Snehit Sah --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eadbb383..e0c50183 100644 --- a/README.md +++ b/README.md @@ -388,6 +388,7 @@ When learning CS, there are some useful sites you must know to get always inform - [JavatPoint](https://www.javatpoint.com/java-tutorial) : Best website to get a basic Java programming tutorial - [The Rust Programming Language Book](https://doc.rust-lang.org/book/title-page.html) : Explains the Rust programming language - [Rust Cookbook](https://rust-lang-nursery.github.io/rust-cookbook/intro.html#cookin-with-rust) : Quickly get an overview of the capabilities of the Rust crate ecosystem +- [Rust by Example](https://doc.rust-lang.org/rust-by-example/) : A collection of runnable examples that illustrate various Rust concepts and standard libraries
↥ Back To Top