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)