File tree 6 files changed +11
-11
lines changed
posts/translations/zh-hans
6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -1873,5 +1873,5 @@ fn parse_socket_addr() -> SocketAddr {
1873
1873
- [ Rust 标准库特性指南] ( ./tour-of-rusts-standard-library-traits.md )
1874
1874
- [ Sizedness in Rust] ( ../../sizedness-in-rust.md )
1875
1875
- [ RESTful API in Sync & Async Rust] ( ../../restful-api-in-sync-and-async-rust.md )
1876
- - [ Rust 大佬给初学者的学习建议 ] ( ./learning-rust-in-2020.md )
1876
+ - [ 2020 年的 Rust 学习指南 ] ( ./learning-rust-in-2020.md )
1877
1877
- [ Learn Assembly with Entirely Too Many Brainfuck Compilers] ( ../../too-many-brainfuck-compilers.md )
Original file line number Diff line number Diff line change @@ -1212,7 +1212,7 @@ error[E0597]: `some_string` does not live long enough
1212
1212
## 拓展阅读
1213
1213
1214
1214
- [ Sizedness in Rust] ( ./sizedness-in-rust.md )
1215
- - [ Learning Rust in 2020 ] ( ./learning-rust-in-2020.md )
1215
+ - [ 2020 年的 Rust 学习指南 ] ( ./learning-rust-in-2020.md )
1216
1216
- [ Learn Assembly with Entirely Too Many Brainfuck Compilers] ( ./too-many-brainfuck-compilers.md )
1217
1217
1218
1218
## 译者注
Original file line number Diff line number Diff line change @@ -5,17 +5,17 @@ _2020年 5月 9日 · #rust · #programming · #exercises_
5
5
** 目录**
6
6
- [ 前言] ( #前言 )
7
7
- [ 省流] ( #省流 )
8
- - [ Rust 练习平台比较] ( #practical- rust-resource-reviews )
8
+ - [ Rust 练习平台比较] ( #rust-练习平台比较 )
9
9
- [ HackerRank] ( #hackerrank )
10
10
- [ Project Euler] ( #project-euler )
11
11
- [ LeetCode] ( #leetcode )
12
12
- [ Codewars] ( #codewars )
13
13
- [ Advent of Code] ( #advent-of-code )
14
14
- [ Rustlings] ( #rustlings )
15
15
- [ Exercism] ( #exercism )
16
- - [ 结论] ( #conclusion )
17
- - [ 讨论] ( #discuss )
18
- - [ 参阅] ( #further-reading )
16
+ - [ 结论] ( #结论 )
17
+ - [ 讨论] ( #讨论 )
18
+ - [ 参阅] ( #参阅 )
19
19
20
20
21
21
@@ -80,7 +80,7 @@ _又名:对供 Rust 初学者练习编写简单代码的免费在线资源的
80
80
支持 Rust,但大部分题目不支持 Rust 题解。
81
81
尝试提交题解,被当场拒绝:
82
82
83
- ![ 建 议 改 为: FailRank] ( ../assets/hackerrank-more-like-failrank.png )
83
+ ![ 建 议 改 为: FailRank] ( ../../../ assets/hackerrank-more-like-failrank.png )
84
84
85
85
6。可以看到别人的,但是不能上传自己的。
86
86
Google 了一圈,未能发现有用的信息,建议直接放弃。
Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ Codecrafters 的最大缺点是费用,每月要 40 美元。他们偶尔会有
259
259
## 进一步阅读
260
260
261
261
- [ 常见的 Rust 生命周期误解] ( ./common-rust-lifetime-misconceptions.md )
262
- - [ 导览 Rust 标准库特征 ] ( ./tour-of-rusts-standard-library-traits.md )
262
+ - [ Rust 标准库特性指南 ] ( ./tour-of-rusts-standard-library-traits.md )
263
263
- [ 并发编程初学者指南:使用 Tokio 编写多线程聊天服务器] ( ./chat-server.md )
264
264
- [ Sizedness in Rust] ( ../../sizedness-in-rust.md )
265
265
- [ RESTful API in Sync & Async Rust] ( ../../restful-api-in-sync-and-async-rust.md )
Original file line number Diff line number Diff line change @@ -5891,8 +5891,8 @@ _该漫画的创作者: [The Jenkins Comic](https://thejenkinscomic.wordpress.co
5891
5891
## 更多资料 Further Reading
5892
5892
5893
5893
- [ Sizedness in Rust] ( ../../sizedness-in-rust.md )
5894
- - [ Common Rust Lifetime Misconceptions ] ( ./common-rust-lifetime-misconceptions.md )
5895
- - [ Learning Rust in 2020 ] ( ../. ./learning-rust-in-2020.md)
5894
+ - [ Rust 中常见的有关生命周期的误解 ] ( ./common-rust-lifetime-misconceptions.md )
5895
+ - [ 2020 年的 Rust 学习指南 ] ( ./learning-rust-in-2020.md )
5896
5896
- [ Learn Assembly with Entirely Too Many Brainfuck Compilers] ( ../../too-many-brainfuck-compilers.md )
5897
5897
5898
5898
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ _作者:[stuffman](https://stuffman.tumblr.com/)_
36
36
37
37
## 参阅
38
38
39
- - [ Common Rust Lifetime Misconceptions ] ( ./../../common-rust-lifetime-misconceptions.md )
39
+ - [ Rust 中常见的有关生命周期的误解 ] ( ./../../common-rust-lifetime-misconceptions.md )
40
40
- [ Rust 标准库特性指南] ( ./tour-of-rusts-standard-library-traits.md )
41
41
- [ Sizedness in Rust] ( ./../../sizedness-in-rust.md )
42
42
- [ RESTful API in Sync & Async Rust] ( ./../../restful-api-in-sync-and-async-rust.md )
You can’t perform that action at this time.
0 commit comments