..
.vuepress
add vuepress config, close #427
2020-06-30 16:29:15 +08:00
img
docs: update ch00 and ch01 sections
2021-08-08 17:45:24 +08:00
appendix-00.md
更新原文链接
2021-06-03 11:47:23 +08:00
appendix-01-keywords.md
更新原文链接
2021-06-03 12:26:20 +08:00
appendix-02-operators.md
更新原文链接
2021-06-03 12:26:20 +08:00
appendix-03-derivable-traits.md
更新原文链接
2021-06-03 12:26:20 +08:00
appendix-04-useful-development-tools.md
更新原文链接
2021-06-03 12:26:20 +08:00
appendix-05-editions.md
更新原文链接
2021-06-03 12:26:20 +08:00
appendix-06-translation.md
更新原文链接
2021-06-03 12:26:20 +08:00
appendix-07-nightly-rust.md
更新原文链接
2021-06-03 12:26:20 +08:00
ch00-00-introduction.md
docs: update ch00 and ch01 sections
2021-08-08 17:45:24 +08:00
ch01-00-getting-started.md
更新原文链接
2021-06-03 12:26:20 +08:00
ch01-01-installation.md
fix some typo
2021-11-04 21:33:49 +08:00
ch01-02-hello-world.md
删除重复段落
2021-08-31 16:40:16 +08:00
ch01-03-hello-cargo.md
docs: update ch00 and ch01 sections
2021-08-08 17:45:24 +08:00
ch02-00-guessing-game-tutorial.md
docs: update the Chapter 3 and improve some of the wording
2021-08-24 01:48:49 +08:00
ch03-00-common-programming-concepts.md
docs: update the Chapter 3 and improve some of the wording
2021-08-24 01:48:49 +08:00
ch03-01-variables-and-mutability.md
Fixed an error in ch03-01
2021-10-12 09:25:21 +08:00
ch03-02-data-types.md
docs: update the Chapter 3 and improve some of the wording
2021-08-24 01:48:49 +08:00
ch03-03-how-functions-work.md
docs: update the Chapter 3 and improve some of the wording
2021-08-24 01:48:49 +08:00
ch03-04-comments.md
docs: update the Chapter 3 and improve some of the wording
2021-08-24 01:48:49 +08:00
ch03-05-control-flow.md
Fixed a sytax error in ch03-05
2021-10-13 09:20:37 +08:00
ch04-00-understanding-ownership.md
更新原文链接
2021-06-03 12:26:20 +08:00
ch04-01-what-is-ownership.md
docs: update the Chapter 4 and improve some of the wording
2021-10-13 17:42:10 +08:00
ch04-02-references-and-borrowing.md
docs: update the Chapter 4 and improve some of the wording
2021-10-13 17:42:10 +08:00
ch04-03-slices.md
docs: update the Chapter 4 and improve some of the wording
2021-10-13 17:42:10 +08:00
ch05-00-structs.md
docs: update the Chapter 5 and improve some of the wording
2021-10-15 17:30:50 +08:00
ch05-01-defining-structs.md
Update ch05-01-defining-structs.md
2021-10-18 13:32:48 +08:00
ch05-02-example-structs.md
docs: update the Chapter 5 and improve some of the wording
2021-10-15 17:30:50 +08:00
ch05-03-method-syntax.md
docs: update the Chapter 5 and improve some of the wording
2021-10-15 17:30:50 +08:00
ch06-00-enums.md
更新原文链接
2021-06-03 12:26:20 +08:00
ch06-01-defining-an-enum.md
更新原文链接
2021-06-03 12:26:20 +08:00
ch06-02-match.md
更新原文链接
2021-06-03 12:26:20 +08:00
ch06-03-if-let.md
更新原文链接
2021-06-03 12:26:20 +08:00
ch07-00-managing-growing-projects-with-packages-crates-and-modules.md
更新原文链接
2021-06-03 12:26:20 +08:00
ch07-01-packages-and-crates.md
更新原文链接
2021-06-03 12:26:20 +08:00
ch07-02-defining-modules-to-control-scope-and-privacy.md
更新原文链接
2021-06-03 12:26:20 +08:00
ch07-03-paths-for-referring-to-an-item-in-the-module-tree.md
更新原文链接
2021-06-03 12:26:20 +08:00
ch07-04-bringing-paths-into-scope-with-the-use-keyword.md
更新原文链接
2021-06-03 12:26:20 +08:00
ch07-05-separating-modules-into-different-files.md
更新原文链接
2021-06-03 12:26:20 +08:00
ch08-00-common-collections.md
更新原文链接
2021-06-03 12:26:20 +08:00
ch08-01-vectors.md
更新原文链接
2021-06-03 12:26:20 +08:00
ch08-02-strings.md
update Deref Coercion, close #508
2021-07-07 11:26:50 +08:00
ch08-03-hash-maps.md
Fix typo and improve grammar
2021-08-15 19:28:14 +08:00
ch09-00-error-handling.md
更新原文链接
2021-06-03 12:26:20 +08:00
ch09-01-unrecoverable-errors-with-panic.md
更新原文链接
2021-06-03 12:26:20 +08:00
ch09-02-recoverable-errors-with-result.md
Fix a minor formatting mistake
2021-08-15 22:26:17 +08:00
ch09-03-to-panic-or-not-to-panic.md
Improve translation grammar
2021-08-15 23:07:12 +08:00
ch10-00-generics.md
docs: update ch10-00-generics.md
2021-08-25 20:12:00 +08:00
ch10-01-syntax.md
Improve translation grammar
2021-08-16 19:59:11 +08:00
ch10-02-traits.md
docs: update the Chapter 3 and improve some of the wording
2021-08-24 01:48:49 +08:00
ch10-03-lifetime-syntax.md
更新原文链接
2021-06-03 12:26:20 +08:00
ch11-00-testing.md
更新原文链接
2021-06-03 12:26:20 +08:00
ch11-01-writing-tests.md
更新原文链接
2021-06-03 12:26:20 +08:00
ch11-02-running-tests.md
更新原文链接
2021-06-03 12:26:20 +08:00
ch11-03-test-organization.md
更新原文链接
2021-06-03 12:26:20 +08:00
ch12-00-an-io-project.md
更新原文链接
2021-06-03 12:26:20 +08:00
ch12-01-accepting-command-line-arguments.md
更新原文链接
2021-06-03 12:26:20 +08:00
ch12-02-reading-a-file.md
更新原文链接
2021-06-03 12:26:20 +08:00
ch12-03-improving-error-handling-and-modularity.md
docs: update the Chapter 3 and improve some of the wording
2021-08-24 01:48:49 +08:00
ch12-04-testing-the-librarys-functionality.md
更新原文链接
2021-06-03 12:26:20 +08:00
ch12-05-working-with-environment-variables.md
更新原文链接
2021-06-03 12:26:20 +08:00
ch12-06-writing-to-stderr-instead-of-stdout.md
docs: update the Chapter 3 and improve some of the wording
2021-08-24 01:48:49 +08:00
ch13-00-functional-features.md
更新原文链接
2021-06-03 12:26:20 +08:00
ch13-01-closures.md
Fix a typo: "改" -> "该"
2021-07-01 16:06:23 +08:00
ch13-02-iterators.md
更新原文链接
2021-06-03 12:26:20 +08:00
ch13-03-improving-our-io-project.md
更新原文链接
2021-06-03 12:26:20 +08:00
ch13-04-performance.md
更新原文链接
2021-06-03 12:26:20 +08:00
ch14-00-more-about-cargo.md
更新原文链接
2021-06-03 12:26:20 +08:00
ch14-01-release-profiles.md
更新原文链接
2021-06-03 12:26:20 +08:00
ch14-02-publishing-to-crates-io.md
docs: update the Chapter 3 and improve some of the wording
2021-08-24 01:48:49 +08:00
ch14-03-cargo-workspaces.md
更新原文链接
2021-06-03 12:26:20 +08:00
ch14-04-installing-binaries.md
更新原文链接
2021-06-03 12:26:20 +08:00
ch14-05-extending-cargo.md
更新原文链接
2021-06-03 12:26:20 +08:00
ch15-00-smart-pointers.md
更新原文链接
2021-06-03 12:26:20 +08:00
ch15-01-box.md
对照英文原文,修改计算 enum 占用内存大小的说明
2021-08-27 00:08:24 +08:00
ch15-02-deref.md
update Deref Coercion, close #508
2021-07-07 11:26:50 +08:00
ch15-03-drop.md
Fix a typo
2021-09-30 04:36:58 +08:00
ch15-04-rc.md
更新原文链接
2021-06-03 12:26:20 +08:00
ch15-05-interior-mutability.md
更新原文链接
2021-06-03 12:26:20 +08:00
ch15-06-reference-cycles.md
update ch15-06 close #546
2021-10-13 10:46:46 +08:00
ch16-00-concurrency.md
更新原文链接
2021-06-03 12:26:20 +08:00
ch16-01-threads.md
更新原文链接
2021-06-03 12:26:20 +08:00
ch16-02-message-passing.md
更新原文链接
2021-06-03 12:26:20 +08:00
ch16-03-shared-state.md
更新原文链接
2021-06-03 12:26:20 +08:00
ch16-04-extensible-concurrency-sync-and-send.md
更新原文链接
2021-06-03 12:26:20 +08:00
ch17-00-oop.md
更新原文链接
2021-06-03 12:26:20 +08:00
ch17-01-what-is-oo.md
更新原文链接
2021-06-03 12:26:20 +08:00
ch17-02-trait-objects.md
更新原文链接
2021-06-03 12:26:20 +08:00
ch17-03-oo-design-patterns.md
update Deref Coercion, close #508
2021-07-07 11:26:50 +08:00
ch18-00-patterns.md
update ch18-00 close #519
2021-07-13 09:47:14 +08:00
ch18-01-all-the-places-for-patterns.md
修复18章部分错误及调整部分翻译
2021-08-30 13:21:30 +08:00
ch18-02-refutability.md
修复18章部分错误及调整部分翻译
2021-08-30 13:21:30 +08:00
ch18-03-pattern-syntax.md
Remove a duplicate word
2021-10-03 15:15:01 +08:00
ch19-00-advanced-features.md
更新原文链接
2021-06-03 12:26:20 +08:00
ch19-01-unsafe-rust.md
修复部分19章错误及语法问题
2021-08-31 14:15:16 +08:00
ch19-03-advanced-traits.md
Merge pull request #542 from LiuYinCarl/main
2021-09-01 14:57:26 +08:00
ch19-04-advanced-types.md
Improve translation grammar in the chapter 19-4
2021-10-04 15:11:47 +08:00
ch19-05-advanced-functions-and-closures.md
fix anchor
2021-08-30 22:10:24 +08:00
ch19-06-macros.md
Fix listing ids
2021-10-04 16:01:49 +08:00
ch20-00-final-project-a-web-server.md
更新原文链接
2021-06-03 12:26:20 +08:00
ch20-01-single-threaded.md
fix: response with correct HTTP/1.x Message format
2021-11-09 10:38:45 +08:00
ch20-02-multithreaded.md
更新原文链接
2021-06-03 12:26:20 +08:00
ch20-02-slow-requests.md
更新原文链接
2021-06-03 12:26:20 +08:00
ch20-03-designing-the-interface.md
更新原文链接
2021-06-03 12:26:20 +08:00
ch20-03-graceful-shutdown-and-cleanup.md
更新原文链接
2021-06-03 12:26:20 +08:00
foreword.md
Update foreword.md
2021-07-23 00:43:18 +08:00
PREFACE.md
check to apendix-03
2018-12-09 23:22:10 +08:00
README.md
修复目录与标题不一致
2021-08-30 11:25:23 +08:00
SUMMARY.md
修复目录与标题不一致
2021-08-30 11:25:23 +08:00
title-page.md
更新原文链接
2021-06-03 12:26:20 +08:00