Skip to content

Commit

Permalink
Fix rust learning journal page
Browse files Browse the repository at this point in the history
  • Loading branch information
mahasak committed Jan 5, 2024
1 parent 9067505 commit 84d3667
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/content/blog/rust/00-main-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 84d3667

Please sign in to comment.