Commit Graph

1558 Commits

Author SHA1 Message Date
Binlogo
a2e21d1049
Merge pull request #168 from chenfengjin/patch-1 2024-11-22 20:30:04 +08:00
FengjinChen
b5a0420c2b
Update ch06-01-defining-an-enum.md
修改了表达,更符合英文的语义
2024-11-22 16:01:49 +08:00
cwdlf
b493c92037
[ch10-03] Fix wording change about mandatory type annotation (#163)
Co-authored-by: mengfansheng <mengfansheng@uniontech.com>
2024-06-16 14:57:44 +08:00
Michael_Liu
d027cbbbbe
Update ch08-02-strings.md (#161)
链接 -> 连接
2024-06-16 13:58:06 +08:00
trackers-lover
e617db71c4
Sync content (#159) 2024-05-07 13:01:00 +08:00
trackers-lover
a70f869773
sync content and check (#158)
* Sync the original contents:upgrade syn crate to version 2.0

* Sync content

* sync content
2024-04-28 21:29:58 +08:00
trackers-lover
eecb6e97cd
sync content (#157)
* Sync the original contents:upgrade syn crate to version 2.0

* Sync content
2024-04-28 09:02:12 +08:00
trackers-lover
d6cdce4b04
Sync the original contents:upgrade syn crate to version 2.0 (#156) 2024-04-20 10:16:39 +08:00
trackers-lover
7c80eeb6d5
add instructions on maintenance time(#155)
Synchronize the original contents
2024-04-15 10:19:51 +08:00
Michael_Liu
7d102b70c6
Update ch17-03-oo-design-patterns.md (#153)
第 12 章 -> 第 9 章
2024-03-19 18:00:32 +08:00
michaelliu
cd9131664b
Update ch13-02-iterators.md (#151)
消耗迭代器 -> 消费迭代器
2024-03-14 13:16:23 +08:00
Michael_Liu
b1d5328c9e
Update ch15-05-interior-mutability.md (#152)
RefMut -> RefMut<T>
2024-03-14 13:08:29 +08:00
michaelliu
8a2abe83a5
Update ch19-03-advanced-traits.md (#150)
列表 19-31 -> 示例 19-31
2024-02-29 09:49:55 +08:00
Michael_Liu
4fdc3be6e5
Update ch10-02-traits.md (#149)
实例 10-5  => 示例 10-5
2024-02-15 09:07:24 +08:00
Michael_Liu
eaeb705823
Update ch10-02-traits.md (#148)
实例 10-12 -> 示例 10-12
2024-02-15 09:05:18 +08:00
Michael Law
7d5336b61c
Update ch07-03-paths-for-referring-to-an-item-in-the-module-tree.md
Reason: lost a colon symbol.
back_of_house:Breakfast => back_of_house::Breakfast
2024-02-07 15:27:19 +08:00
LeeHuan
e8a7ec076d
Update ch19-01-unsafe-rust.md (#144) 2023-09-27 18:01:07 +08:00
fan-xuan-zhe
f49d3d124d
Update ch20-02-multithreaded.md (#143)
* Update ch20-02-multithreaded.md

fix topo
原:“它会获取需要允许代码的闭包...”
改:“它会获取需要运行代码的闭包...”

* Update ch20-02-multithreaded.md

---------

Co-authored-by: YangQi <yangfong2022@qq.com>
2023-09-20 15:44:23 +08:00
Wang Qilin
6eb93da6e5
去除示例代码中的重复行 (#142) 2023-08-24 15:37:01 +08:00
Wang Qilin
05feb2014d
去除重复代码 (#141)
去除示例代码中的重复行
2023-08-23 16:50:07 +08:00
猫苇
6930b0c975
Update ch20-02-multithreaded.md (#139) 2023-08-05 10:05:08 +08:00
YangFong
0224bf804a build: update page ci 2023-07-25 09:32:58 +08:00
YangFong
08d1cf86cd build: github-page 2023-07-25 09:25:47 +08:00
诚意塾
d30813ae08
Update ch03-03-how-functions-work.md (#138)
没有任何值的元组 () 是一种特殊的类型,该类型被称为单元类型(unit type)。
2023-06-08 16:43:13 +08:00
lalala-233
e5969c7de3
docs: 提高 ch02-00 的部分可读性 (#137) 2023-04-30 10:16:47 +08:00
lalala-233
cd3963b73b
docs: optimize readability for ch01-03-hello-cargo (#136) 2023-04-12 06:59:36 +08:00
lalala-233
ff5c7afb29
docs: optimize readability for foreword (#135)
Co-authored-by: YangQi <2419731931@qq.com>
2023-04-10 09:13:58 +08:00
Serovdia
bca2197702
Update ch07-02-defining-modules-to-control-scope-and-privacy.md (#134) 2023-04-04 14:12:17 +08:00
Axue
e4cfa025d5
Update ch13-01-closures.md (#130)
调整翻译语义
2023-01-30 17:49:40 +08:00
focksor surooi
c0210b9412
Update ch19-03-advanced-traits.md (#129) 2022-12-31 18:37:03 +08:00
focksor surooi
71749a5f19
Update ch13-01-closures.md (#127) 2022-12-26 20:53:32 +08:00
focksor surooi
7e1829e0e6
Update ch13-03-improving-our-io-project.md (#128)
Co-authored-by: YangQi <2419731931@qq.com>
2022-12-22 22:49:37 +08:00
focksor surooi
bb56f80180
fix bug in ch11-03-test-organization.md (#125) 2022-12-20 10:23:11 +08:00
focksor surooi
3d7884906c
Update ch12-03-improving-error-handling-and-modularity.md (#126) 2022-12-20 10:21:59 +08:00
focksor surooi
8245a3aaff
优化一些翻译语句 ch11-01-writing-tests.md (#124)
Co-authored-by: YangQi <2419731931@qq.com>
2022-12-19 19:00:30 +08:00
focksor surooi
9e1a014bab
修改章节7.4的一些表述语句 (#121)
Co-authored-by: YangQi <2419731931@qq.com>
2022-12-19 18:36:13 +08:00
focksor surooi
c91859df8f
Update ch05-02-example-structs.md (#115)
Co-authored-by: YangQi <2419731931@qq.com>
2022-12-19 18:29:26 +08:00
focksor surooi
e3c8c6a01e
Update ch05-01-defining-structs.md (#113)
Co-authored-by: YangQi <2419731931@qq.com>
2022-12-19 18:15:28 +08:00
focksor surooi
88ab7551ca
Update ch05-02-example-structs.md (#114) 2022-12-19 17:34:53 +08:00
focksor surooi
210ac463ee
修正一些小的符号与语法错误 ch10-03-lifetime-syntax.md (#123)
Co-authored-by: YangQi <2419731931@qq.com>
2022-12-19 17:30:04 +08:00
focksor surooi
87ff95b77e
补充翻译:ch09-02-recoverable-errors-with-result.md (#122) 2022-12-19 09:52:23 +08:00
focksor surooi
2955e9e11c
补充章节7.3中示例代码的注释翻译 (#120) 2022-12-18 11:22:50 +08:00
focksor surooi
21cf58a9e7
Update ch05-01-defining-structs.md (#112)
Co-authored-by: YangQi <2419731931@qq.com>
2022-12-18 10:17:09 +08:00
focksor surooi
f7578ca0c6
Update ch05-01-defining-structs.md (#110)
Co-authored-by: YangQi <2419731931@qq.com>
2022-12-18 10:11:58 +08:00
focksor surooi
c69df02e4e
Update ch06-01-defining-an-enum.md (#116)
Co-authored-by: YangQi <2419731931@qq.com>
2022-12-18 09:21:04 +08:00
focksor surooi
775486ecdc
Update ch07-00-managing-growing-projects-with-packages-crates-and-mod… (#118) 2022-12-18 08:54:55 +08:00
focksor surooi
d7c55a9126
Update ch06-02-match.md (#117) 2022-12-18 08:42:42 +08:00
focksor surooi
21366eed87
Update ch07-02-defining-modules-to-control-scope-and-privacy.md (#119) 2022-12-18 08:42:07 +08:00
focksor surooi
8df6ee7d6e
Update ch05-01-defining-structs.md (#111) 2022-12-18 08:39:00 +08:00
focksor surooi
0d345ed4c0
Update ch04-02-references-and-borrowing.md (#108) 2022-12-16 16:35:48 +08:00