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