.. |
.vuepress
|
add vuepress config, close #427
|
2020-06-30 16:29:15 +08:00 |
img
|
check to ch01-02
|
2018-11-28 22:47:37 +08:00 |
appendix-00.md
|
Style: 部分文件的最后一行没有以行结束符结尾,现已修复
|
2019-05-21 17:18:30 +08:00 |
appendix-01-keywords.md
|
fix mdbook-latex related format
|
2020-07-05 17:55:59 +08:00 |
appendix-02-operators.md
|
check to appx-07
|
2019-12-22 10:57:37 +08:00 |
appendix-03-derivable-traits.md
|
Update appendix-03-derivable-traits.md
|
2020-08-09 01:38:55 -05:00 |
appendix-04-useful-development-tools.md
|
Update appendix-04-useful-development-tools.md
|
2020-08-09 01:57:57 -05:00 |
appendix-05-editions.md
|
Update appendix-05-editions.md
|
2020-08-09 02:13:06 -05:00 |
appendix-06-translation.md
|
Update appendix-06-translation.md
|
2020-08-09 02:25:12 -05:00 |
appendix-07-nightly-rust.md
|
Update appendix-07-nightly-rust.md
|
2020-08-09 02:53:28 -05:00 |
ch00-00-introduction.md
|
fix mdbook-latex related format
|
2020-07-05 17:55:59 +08:00 |
ch01-00-getting-started.md
|
Style: 部分文件的最后一行没有以行结束符结尾,现已修复
|
2019-05-21 17:18:30 +08:00 |
ch01-01-installation.md
|
check to ch02-00
|
2019-11-18 10:03:27 +08:00 |
ch01-02-hello-world.md
|
fix mdbook-latex related format
|
2020-07-05 17:55:59 +08:00 |
ch01-03-hello-cargo.md
|
fix mdbook-latex related format
|
2020-07-05 17:55:59 +08:00 |
ch02-00-guessing-game-tutorial.md
|
only one fix for ch02-00-guessing-game-tutorial.md
|
2020-06-25 12:49:15 -05:00 |
ch03-00-common-programming-concepts.md
|
[optimaze] ' 通用' 改为 '常见'. close #313
|
2019-06-04 09:28:52 +08:00 |
ch03-01-variables-and-mutability.md
|
Update ch03-01-variables-and-mutability.md
|
2020-08-10 12:56:39 +08:00 |
ch03-02-data-types.md
|
Update ch03-02-data-types.md
|
2020-07-17 13:54:26 +08:00 |
ch03-03-how-functions-work.md
|
check to ch04-03
|
2019-11-20 00:43:49 +08:00 |
ch03-04-comments.md
|
check to ch04-03
|
2019-11-20 00:43:49 +08:00 |
ch03-05-control-flow.md
|
fix mdbook-latex related format
|
2020-07-05 17:55:59 +08:00 |
ch04-00-understanding-ownership.md
|
Update ch04-00-understanding-ownership.md
|
2019-06-12 21:45:03 +08:00 |
ch04-01-what-is-ownership.md
|
fix mdbook-latex related format
|
2020-07-05 17:55:59 +08:00 |
ch04-02-references-and-borrowing.md
|
Update ch04-02-references-and-borrowing.md
|
2020-06-25 19:21:57 -05:00 |
ch04-03-slices.md
|
Fix typo
|
2020-08-14 09:04:08 +08:00 |
ch05-00-structs.md
|
check to ch09-03
|
2019-11-21 01:03:07 +08:00 |
ch05-01-defining-structs.md
|
check to ch09-03
|
2019-11-21 01:03:07 +08:00 |
ch05-02-example-structs.md
|
fix mdbook-latex related format
|
2020-07-05 17:55:59 +08:00 |
ch05-03-method-syntax.md
|
fix typo
|
2019-01-30 13:00:18 +08:00 |
ch06-00-enums.md
|
check to ch09-03
|
2019-11-21 01:03:07 +08:00 |
ch06-01-defining-an-enum.md
|
fix format close #387
|
2020-03-20 16:32:44 +08:00 |
ch06-02-match.md
|
Update ch06-02-match.md
|
2020-06-26 14:03:00 -05:00 |
ch06-03-if-let.md
|
check to ch06-03
|
2018-12-03 22:48:24 +08:00 |
ch07-00-managing-growing-projects-with-packages-crates-and-modules.md
|
style: 校正第七章的翻译风格规范
|
2019-11-19 09:34:58 +08:00 |
ch07-01-packages-and-crates.md
|
Update ch07-01-packages-and-crates.md
|
2020-01-30 04:08:34 +08:00 |
ch07-02-defining-modules-to-control-scope-and-privacy.md
|
update ch07-02 close #407
|
2020-06-16 22:59:52 +08:00 |
ch07-03-paths-for-referring-to-an-item-in-the-module-tree.md
|
Update ch07-03-paths-for-referring-to-an-item-in-the-module-tree.md
|
2020-06-26 14:42:36 -05:00 |
ch07-04-bringing-paths-into-scope-with-the-use-keyword.md
|
refactor translation
|
2019-11-27 15:34:05 +08:00 |
ch07-05-separating-modules-into-different-files.md
|
update ch07-05 close #441
|
2020-07-15 11:02:09 +08:00 |
ch08-00-common-collections.md
|
Update ch08-00-common-collections.md
|
2020-06-26 16:19:55 -05:00 |
ch08-01-vectors.md
|
fix mdbook-latex related format
|
2020-07-05 17:55:59 +08:00 |
ch08-02-strings.md
|
Refactor translation
|
2019-11-29 15:29:45 +08:00 |
ch08-03-hash-maps.md
|
Update ch08-03-hash-maps.md
|
2020-06-26 16:16:35 -05:00 |
ch09-00-error-handling.md
|
修改了意思不太明确的翻译
|
2020-05-14 20:00:37 +08:00 |
ch09-01-unrecoverable-errors-with-panic.md
|
fix mdbook-latex related format
|
2020-07-05 17:55:59 +08:00 |
ch09-02-recoverable-errors-with-result.md
|
Update ch09-02-recoverable-errors-with-result.md
|
2020-06-26 17:16:56 -05:00 |
ch09-03-to-panic-or-not-to-panic.md
|
Update ch09-03-to-panic-or-not-to-panic.md
|
2020-06-26 18:19:13 -05:00 |
ch10-00-generics.md
|
Refactor translation
|
2019-12-05 15:32:07 +08:00 |
ch10-01-syntax.md
|
check to ch10-02
|
2019-11-25 10:31:03 +08:00 |
ch10-02-traits.md
|
fix mdbook-latex related format
|
2020-07-05 17:55:59 +08:00 |
ch10-03-lifetime-syntax.md
|
Update ch10-03-lifetime-syntax.md
|
2020-06-30 02:54:27 -05:00 |
ch11-00-testing.md
|
check to ch11-03
|
2019-12-02 10:13:32 +08:00 |
ch11-01-writing-tests.md
|
fix: typo
|
2020-01-30 10:43:18 +08:00 |
ch11-02-running-tests.md
|
check to ch11-03
|
2019-12-02 10:13:32 +08:00 |
ch11-03-test-organization.md
|
Update ch11-03-test-organization.md
|
2020-08-23 17:45:57 +08:00 |
ch12-00-an-io-project.md
|
fix mdbook-latex related format
|
2020-07-05 17:55:59 +08:00 |
ch12-01-accepting-command-line-arguments.md
|
fix topic format
|
2020-07-10 22:48:59 -05:00 |
ch12-02-reading-a-file.md
|
fix caption format
|
2020-07-10 22:50:25 -05:00 |
ch12-03-improving-error-handling-and-modularity.md
|
Update ch12-03-improving-error-handling-and-modularity.md
|
2020-07-10 23:36:35 -05:00 |
ch12-04-testing-the-librarys-functionality.md
|
Update ch12-04-testing-the-librarys-functionality.md
|
2020-07-10 23:52:09 -05:00 |
ch12-05-working-with-environment-variables.md
|
Update ch12-05-working-with-environment-variables.md
|
2020-07-10 23:59:51 -05:00 |
ch12-06-writing-to-stderr-instead-of-stdout.md
|
Update ch12-06-writing-to-stderr-instead-of-stdout.md
|
2020-07-11 00:10:14 -05:00 |
ch13-00-functional-features.md
|
check to ch13-04
|
2018-12-06 23:31:27 +08:00 |
ch13-01-closures.md
|
Update ch13-01-closures.md
|
2020-07-12 01:27:37 -05:00 |
ch13-02-iterators.md
|
check to ch13-02
|
2019-12-16 09:49:26 +08:00 |
ch13-03-improving-our-io-project.md
|
fix(ch13-03): &[String] -> &[String]
|
2020-08-24 17:41:48 +08:00 |
ch13-04-performance.md
|
Style: 部分文件的最后一行没有以行结束符结尾,现已修复
|
2019-05-21 17:18:30 +08:00 |
ch14-00-more-about-cargo.md
|
check to ch19-01
|
2019-12-22 00:09:22 +08:00 |
ch14-01-release-profiles.md
|
check to ch19-01
|
2019-12-22 00:09:22 +08:00 |
ch14-02-publishing-to-crates-io.md
|
update ch14-02 close #460
|
2020-08-17 10:05:56 +08:00 |
ch14-03-cargo-workspaces.md
|
check to ch19-01
|
2019-12-22 00:09:22 +08:00 |
ch14-04-installing-binaries.md
|
check to ch19-01
|
2019-12-22 00:09:22 +08:00 |
ch14-05-extending-cargo.md
|
check to ch19-01
|
2019-12-22 00:09:22 +08:00 |
ch15-00-smart-pointers.md
|
Update ch15-00-smart-pointers.md
|
2020-07-12 08:12:03 -05:00 |
ch15-01-box.md
|
fix: typo
|
2020-01-30 10:43:18 +08:00 |
ch15-02-deref.md
|
fix typo
|
2020-04-23 14:00:49 +08:00 |
ch15-03-drop.md
|
Update ch15-03-drop.md
|
2020-07-12 08:20:49 -05:00 |
ch15-04-rc.md
|
Update ch15-04-rc.md
|
2020-07-12 07:10:11 -05:00 |
ch15-05-interior-mutability.md
|
Update ch15-05-interior-mutability.md
|
2020-07-12 08:07:15 -05:00 |
ch15-06-reference-cycles.md
|
将 "泄露" 改为 "泄漏"
|
2020-06-27 09:11:51 +08:00 |
ch16-00-concurrency.md
|
refactor translation
|
2020-04-26 14:40:28 +08:00 |
ch16-01-threads.md
|
Update ch16-01-threads.md
|
2020-07-19 03:08:43 -05:00 |
ch16-02-message-passing.md
|
修改一些描述用语,更符合中文语境
|
2020-05-15 16:11:55 +08:00 |
ch16-03-shared-state.md
|
将 "内存泄露" 改为 "内存泄漏"
|
2020-06-26 09:18:30 +08:00 |
ch16-04-extensible-concurrency-sync-and-send.md
|
chore: tweak indent
|
2020-01-30 11:15:29 +08:00 |
ch17-00-oop.md
|
fix format close #387
|
2020-03-20 16:32:44 +08:00 |
ch17-01-what-is-oo.md
|
Update ch17-01-what-is-oo.md
|
2020-07-19 04:50:01 -05:00 |
ch17-02-trait-objects.md
|
fix mdbook-latex related format
|
2020-07-05 17:55:59 +08:00 |
ch17-03-oo-design-patterns.md
|
Update ch17-03-oo-design-patterns.md
|
2020-08-01 13:43:54 -05:00 |
ch18-00-patterns.md
|
check to ch18-03
|
2018-12-08 21:07:05 +08:00 |
ch18-01-all-the-places-for-patterns.md
|
fix mdbook-latex related format
|
2020-07-05 17:55:59 +08:00 |
ch18-02-refutability.md
|
修复一些翻译问题
|
2020-05-16 10:51:26 +08:00 |
ch18-03-pattern-syntax.md
|
修复一些翻译问题
|
2020-05-16 10:51:26 +08:00 |
ch19-00-advanced-features.md
|
修复一些翻译问题
|
2020-05-16 11:49:47 +08:00 |
ch19-01-unsafe-rust.md
|
fix translation in ch19-01-unsafe-rust.md
|
2020-08-18 17:42:22 +08:00 |
ch19-03-advanced-traits.md
|
fix strike
|
2020-08-08 05:05:04 -05:00 |
ch19-04-advanced-types.md
|
Update ch19-04-advanced-types.md
|
2020-07-17 17:17:52 +08:00 |
ch19-05-advanced-functions-and-closures.md
|
Update ch19-05-advanced-functions-and-closures.md
|
2020-08-08 05:35:45 -05:00 |
ch19-06-macros.md
|
Update ch19-06-macros.md
|
2020-08-08 07:31:13 -05:00 |
ch20-00-final-project-a-web-server.md
|
check to appx-07
|
2019-12-22 10:57:37 +08:00 |
ch20-01-single-threaded.md
|
check to appx-07
|
2019-12-22 10:57:37 +08:00 |
ch20-02-multithreaded.md
|
Update ch20-02-multithreaded.md
|
2020-03-13 13:13:52 +08:00 |
ch20-02-slow-requests.md
|
fix: fix typo for ch20-02-slow-requests
|
2020-02-16 21:18:43 +08:00 |
ch20-03-designing-the-interface.md
|
Style: 部分文件的最后一行没有以行结束符结尾,现已修复
|
2019-05-21 17:18:30 +08:00 |
ch20-03-graceful-shutdown-and-cleanup.md
|
check to appx-07
|
2019-12-22 10:57:37 +08:00 |
foreword.md
|
check to ch02-00
|
2019-11-18 10:03:27 +08:00 |
PREFACE.md
|
check to apendix-03
|
2018-12-09 23:22:10 +08:00 |
README.md
|
chore: add entry file for dev
|
2019-12-31 21:51:14 +08:00 |
SUMMARY.md
|
check to ch04-03
|
2019-11-20 00:43:49 +08:00 |
title-page.md
|
fix mdbook-latex related format
|
2020-07-05 17:55:59 +08:00 |