From 84d36675d0868a6ee7108ddf26f810ff93f44817 Mon Sep 17 00:00:00 2001 From: Max Pijittum Date: Fri, 5 Jan 2024 18:16:20 +0800 Subject: [PATCH] Fix rust learning journal page --- src/content/blog/rust/00-main-rust.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/content/blog/rust/00-main-rust.md b/src/content/blog/rust/00-main-rust.md index 0e0a854..a344fa8 100644 --- a/src/content/blog/rust/00-main-rust.md +++ b/src/content/blog/rust/00-main-rust.md @@ -11,6 +11,8 @@ tags: description: Preparation for install required rust and cargo package for developments. --- -# Rust language installation +This blog series is a notes to my Rust learning from [gist.rs](https://gist.rs) (highly recommended!!). I found it's more effective when i takes note, summarize and publish it myself :D -For my rust learning, I'm using [rustup](https://rustup.rs/) to install rust and its toolschain. +- [00 - Installation](/posts/install-rust-and-cargo) +- [01 - Hello world](/posts/hello-world-rust) +- [02 - Common Project Structure](/posts/project-structure-rust)