Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/weijun-h/learningrust

Personal diary for learning rust🦀️
https://github.com/weijun-h/learningrust

Last synced: 20 days ago
JSON representation

Personal diary for learning rust🦀️

Awesome Lists containing this project

README

        

# LearningRust
Personal diary for learning Rust🦀. This summer is a good time to learn rust. I hope I do not give up so quickly😄.
## Target
- Complete [Open-Source OS Training Comp 2022](https://github.com/LearningOS/rust-based-os-comp2022)
## Relative personal reposity
- rust exercise
- [rustlings](https://github.com/Weijun-H/rustlings)
## Diary
### 2022/07/01
Because I started to learn rust a few days ago, I have read chapter 2.8 in [*Rust Course*](https://course.rs/basic/trait/trait.html) now. Addtionally, I completed the relative exercises in [rustlings](https://github.com/Weijun-H/rustlings).
### 2022/07/02
- [x] generics-traits -- `need to review later`
- [x] collections
- [x] type-conversions -- `need to review later`
### 2022/07/03
- [x] return value and panic
- [x] crate and module
### 2022/07/04
- [x] complete fundamental part of [*Rust Course*](https://course.rs/basic/trait/trait.html)
- [x] redo [rustlings](https://github.com/Weijun-H/rustlings)
### 2022/07/05
- [x] rustlings 41/84
### 2022/07/07
- [x] rustlings 80/84
I plan to complete rustlings this week and start risc-v next week.
### 2022/07/08
- [x] rustlings ✅
- [x] os lab 0-0
I have started reading [rCore-Tutorial-Book-v3](https://rcore-os.github.io/rCore-Tutorial-Book-v3/)
### 2022/07/09
- [x] lab1 ✅