From ee6d1ccd949d03832e371f20a092333c986da0be Mon Sep 17 00:00:00 2001 From: Daniel Alejandro Gallegos Date: Tue, 15 Aug 2023 18:03:41 -0400 Subject: [PATCH] Auto saved by Logseq --- pages/rust.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/rust.md b/pages/rust.md index 9d66bad..6807a60 100644 --- a/pages/rust.md +++ b/pages/rust.md @@ -7,5 +7,6 @@ tags:: #technology #[[programming language]] #infrastructure println!("Hello, World!"); } ``` -- get started [here](https://www.rust-lang.org/learn/get-started). +- learn how to install rust [here](https://www.rust-lang.org/learn/get-started). +- read the manual for rust [here](https://doc.rust-lang.org/book/) and [here](https://rust-book.cs.brown.edu/). the first one is the official one with no fancy fla - **next:** [[programming language]] \ No newline at end of file