File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,10 @@ const repo = ref(gHLink2JSON(REPO_URL))
1010
1111> 项目地址:<a :href =repo.url target =" _blank " >{{repo.label}}</a >
1212>
13- > 随着作者的学习,持续更新、修正...
13+ > 随着作者的学习,持续更新中...
14+ >
15+ > 如果你对 Rust 有疑问,可以到我的 [ Rust 知识库] ( https://ima.qq.com/wiki/?shareId=57343fb8dd485b42520adf91183128d0bdb04c7a731f202507df44d360aec9fe ) 提问,与 AI 一起学习。
16+ > <img src =" /rust-ima.png " alt =" rust 知识库 " width =" 200 " >
1417
1518** Rust 是一种低级静态类型的多范式编程语言,专注于安全性和性能** 。
1619
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ fn main() {
3030
31313)create 函数返回的时候,需要将局部变量` s ` 移动到函数外面,这个过程就是简单地按字节复制` memcpy ` 。
3232
33- ![ ] ( ../images/Image00010.jpg " 图 11-1=400*600 " )
33+ ![ ] ( ../images/Image00010.jpg ' 图 11-1=400 ' )
3434
35354)同理,在调用` consume ` 函数的时候,需要将` main ` 函数中的局部变量转移到` consume ` 函数,这个过程也是简单地按字节复制` memcpy ` 。
3636
Original file line number Diff line number Diff line change 1010 "@types/markdown-it" : " ^14.1.2" ,
1111 "@types/node" : " ^20.2.3" ,
1212 "@ver5/markdown-it-align" : " ^1.0.0" ,
13- "@ver5/markdown-it-image" : " ^1.0.0 " ,
13+ "@ver5/markdown-it-image" : " ^1.0.1 " ,
1414 "@ver5/markdown-it-internal-link" : " ^1.0.0" ,
1515 "@ver5/vitepress-plugin-link-preview" : " ^1.0.0" ,
1616 "@ver5/vitepress-plugin-rust-playground" : " ^1.0.1" ,
You can’t perform that action at this time.
0 commit comments