Skip to content

Commit

Permalink
Merge pull request #304 from chrisz2zz/master
Browse files Browse the repository at this point in the history
rcore-os-2024S-一阶段总结
  • Loading branch information
ZhiyuanSue authored Apr 27, 2024
2 parents e7a3f27 + 3d9a764 commit 2da2cbc
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: 2024 春夏季开源操作系统训练营 基础阶段
date: 2024-04-26 19:32:15
categories:
- Rust
tags:
- author:chrisz2zz
- repo:https://github.com/LearningOS/rust-rustlings-2024-spring-chrisz2zz
---

# 前言
之前就从网上看到过训练营的信息,一直很想参加,今年看到报名后果断就参加了.第一次接触rust是前年跳槽来到新公司,当时我还是一名gopher,整天沉迷于go的简单和高性能,觉得写go真的好爽,入职后才知道主要是go和rust,而且rust是主要开发语言,遂转入rust的怀抱,不得不说入门rust真的蛮难的,即使现在我还是觉得自己就是个入门水平,当然,之前从go中学到的知识又不少可以类比到rust帮助自己学习,比如tokio就借鉴了很多go runtime的设计.好了,不多说了,下面是我的一阶段总结

# 一阶段总结
一阶段主要是rust的基础,对我自身而言实际上就是又复习了一遍rust的学习之路,由于工作语言的原因,对于rust的所有权、生命周期、Trait、async\await等机制早就被ra调教的很熟了,所以这些部分基本上下班写了写就完成了,对于剩下的cargo env、算法等部分,基本就是靠查book、chatgpt来辅助完成的,整体而言难度还可以,新手花点时间用心看book基本都能完成的,对于后续的二阶段,我还在持续学习,希望可以顺利通过二阶段!哦,对了,参加训练营之前正好又刷了一遍phil-opp的[blog-os](https://os.phil-opp.com/),是个不错的学习资料,有时间的可以去看看

0 comments on commit 2da2cbc

Please sign in to comment.