.. |
img
|
check to ch01-02
|
6 years ago |
PREFACE.md
|
check to apendix-03
|
6 years ago |
SUMMARY.md
|
[optimaze] ' 通用' 改为 '常见'. close #313
|
6 years ago |
appendix-00.md
|
Style: 部分文件的最后一行没有以行结束符结尾,现已修复
|
6 years ago |
appendix-01-keywords.md
|
Update 2018 edition
|
6 years ago |
appendix-02-operators.md
|
[fix] remove duplicate word
|
5 years ago |
appendix-03-derivable-traits.md
|
check to apendix-03
|
6 years ago |
appendix-04-macros.md
|
finshed appendix-04
|
6 years ago |
appendix-04-useful-development-tools.md
|
Style: 部分文件的最后一行没有以行结束符结尾,现已修复
|
6 years ago |
appendix-05-editions.md
|
Style: 部分文件的最后一行没有以行结束符结尾,现已修复
|
6 years ago |
appendix-05-translation.md
|
finished appendix-06, format apendix 03 and 05
|
6 years ago |
appendix-06-newest-features.md
|
finished appendix-06, format apendix 03 and 05
|
6 years ago |
appendix-06-translation.md
|
Style: 部分文件的最后一行没有以行结束符结尾,现已修复
|
6 years ago |
appendix-07-nightly-rust.md
|
Style: 部分文件的最后一行没有以行结束符结尾,现已修复
|
6 years ago |
ch00-00-introduction.md
|
refactor translation.
|
5 years ago |
ch01-00-getting-started.md
|
Style: 部分文件的最后一行没有以行结束符结尾,现已修复
|
6 years ago |
ch01-01-installation.md
|
update VS Build Tool versions
|
5 years ago |
ch01-02-hello-world.md
|
修改编辑器为编译器
|
5 years ago |
ch01-03-hello-cargo.md
|
Fix typo
|
6 years ago |
ch02-00-guessing-game-tutorial.md
|
fix(ch02-00): 更新教程内容至原文commit hash->6d3e768
|
5 years ago |
ch03-00-common-programming-concepts.md
|
[optimaze] ' 通用' 改为 '常见'. close #313
|
6 years ago |
ch03-01-variables-and-mutability.md
|
check to ch03-02
|
6 years ago |
ch03-02-data-types.md
|
fix(ch03-02): 添加了`char`类型的大小声明
|
5 years ago |
ch03-03-how-functions-work.md
|
check to ch04-00
|
6 years ago |
ch03-04-comments.md
|
check to ch04-00
|
6 years ago |
ch03-05-control-flow.md
|
fix(ch03-05): 修改`从循环返回`一节的代码片段
|
5 years ago |
ch04-00-understanding-ownership.md
|
Update ch04-00-understanding-ownership.md
|
6 years ago |
ch04-01-what-is-ownership.md
|
fix a typo: 正数 -> 整数
|
5 years ago |
ch04-02-references-and-borrowing.md
|
update ch04-02 close #325
|
5 years ago |
ch04-03-slices.md
|
fix(ch04-03): 更新翻译以符合原文的commit -> 6678e82片段
|
5 years ago |
ch05-00-structs.md
|
check to ch05-00
|
6 years ago |
ch05-01-defining-structs.md
|
check to ch06-03
|
6 years ago |
ch05-02-example-structs.md
|
check to ch06-03
|
6 years ago |
ch05-03-method-syntax.md
|
fix typo
|
6 years ago |
ch06-00-enums.md
|
check to ch06-03
|
6 years ago |
ch06-01-defining-an-enum.md
|
check to ch06-03
|
6 years ago |
ch06-02-match.md
|
check to ch06-03
|
6 years ago |
ch06-03-if-let.md
|
check to ch06-03
|
6 years ago |
ch07-00-managing-growing-projects-with-packages-crates-and-modules.md
|
add: 添加新版ch07-00的翻译
|
5 years ago |
ch07-00-packages-crates-and-modules.md
|
ch07-00 错别字
|
6 years ago |
ch07-01-mod-and-the-filesystem.md
|
Refactor translation
|
6 years ago |
ch07-01-packages-and-crates-for-making-libraries-and-executables.md
|
Style: 部分文件的最后一行没有以行结束符结尾,现已修复
|
6 years ago |
ch07-02-controlling-visibility-with-pub.md
|
Update ch07-02-controlling-visibility-with-pub.md
|
6 years ago |
ch07-02-modules-and-use-to-control-scope-and-privacy.md
|
Update ch07-02-modules-and-use-to-control-scope-and-privacy.md
|
6 years ago |
ch07-03-importing-names-with-use.md
|
Update ch07-03-importing-names-with-use.md
|
7 years ago |
ch08-00-common-collections.md
|
[optimaze] ' 通用' 改为 '常见'. close #313
|
6 years ago |
ch08-01-vectors.md
|
check to ch10-01
|
6 years ago |
ch08-02-strings.md
|
check to ch10-01
|
6 years ago |
ch08-03-hash-maps.md
|
修正语序
|
5 years ago |
ch09-00-error-handling.md
|
check to ch10-01
|
6 years ago |
ch09-01-unrecoverable-errors-with-panic.md
|
check to ch10-01
|
6 years ago |
ch09-02-recoverable-errors-with-result.md
|
ch09-02/map_err 使用错误,对齐英文原文
|
5 years ago |
ch09-03-to-panic-or-not-to-panic.md
|
Fix typo
|
6 years ago |
ch10-00-generics.md
|
Fix typo
|
6 years ago |
ch10-01-syntax.md
|
Fix typo
|
6 years ago |
ch10-02-traits.md
|
Fix: 学习两个大量依赖....
|
6 years ago |
ch10-03-lifetime-syntax.md
|
Update ch10-03-lifetime-syntax.md
|
6 years ago |
ch11-00-testing.md
|
check to ch12-06
|
6 years ago |
ch11-01-writing-tests.md
|
check to ch12-06
|
6 years ago |
ch11-02-running-tests.md
|
improve some translation
|
6 years ago |
ch11-03-test-organization.md
|
improve some translation and fix typo
|
6 years ago |
ch12-00-an-io-project.md
|
check to ch12-06
|
6 years ago |
ch12-01-accepting-command-line-arguments.md
|
improve some translation and fix typo in ch12
|
6 years ago |
ch12-02-reading-a-file.md
|
improve some translation and fix typo in ch12
|
6 years ago |
ch12-03-improving-error-handling-and-modularity.md
|
Box<Error> --> Box<dyn Error>
|
5 years ago |
ch12-04-testing-the-librarys-functionality.md
|
improve some translation and fix typo in ch12
|
6 years ago |
ch12-05-working-with-environment-variables.md
|
improve some translation and fix typo in ch12
|
6 years ago |
ch12-06-writing-to-stderr-instead-of-stdout.md
|
[optimaze] ' 通用' 改为 '常见'. close #313
|
6 years ago |
ch13-00-functional-features.md
|
check to ch13-04
|
6 years ago |
ch13-01-closures.md
|
Fix: value应该是Option<u32>类型
|
6 years ago |
ch13-02-iterators.md
|
improve some translation and fix typo in ch13
|
6 years ago |
ch13-03-improving-our-io-project.md
|
修改“抽象出”为“抽象掉”
|
6 years ago |
ch13-04-performance.md
|
Style: 部分文件的最后一行没有以行结束符结尾,现已修复
|
6 years ago |
ch14-00-more-about-cargo.md
|
Style: 部分文件的最后一行没有以行结束符结尾,现已修复
|
6 years ago |
ch14-01-release-profiles.md
|
check to ch14-05
|
6 years ago |
ch14-02-publishing-to-crates-io.md
|
Style: 部分文件的最后一行没有以行结束符结尾,现已修复
|
6 years ago |
ch14-03-cargo-workspaces.md
|
update ch14-03
|
5 years ago |
ch14-04-installing-binaries.md
|
Style: 部分文件的最后一行没有以行结束符结尾,现已修复
|
6 years ago |
ch14-05-extending-cargo.md
|
Style: 部分文件的最后一行没有以行结束符结尾,现已修复
|
6 years ago |
ch15-00-smart-pointers.md
|
refactor translation.
|
5 years ago |
ch15-01-box.md
|
update title.
|
5 years ago |
ch15-02-deref.md
|
check to ch15-06
|
6 years ago |
ch15-03-drop.md
|
Style: 部分文件的最后一行没有以行结束符结尾,现已修复
|
6 years ago |
ch15-04-rc.md
|
Update ch15-04-rc.md
|
6 years ago |
ch15-05-interior-mutability.md
|
修正ch15中的代码
|
6 years ago |
ch15-06-reference-cycles.md
|
修正ch15中的代码
|
6 years ago |
ch16-00-concurrency.md
|
Update ch16-00-concurrency.md
|
5 years ago |
ch16-01-threads.md
|
Update ch16-01-threads.md
|
5 years ago |
ch16-02-message-passing.md
|
Update ch16-02-message-passing.md
|
5 years ago |
ch16-03-shared-state.md
|
check to ch16-04
|
6 years ago |
ch16-04-extensible-concurrency-sync-and-send.md
|
Style: 部分文件的最后一行没有以行结束符结尾,现已修复
|
6 years ago |
ch17-00-oop.md
|
check to ch17-03
|
6 years ago |
ch17-01-what-is-oo.md
|
Improve some translations.
|
5 years ago |
ch17-02-trait-objects.md
|
Update and improve some translations.
|
5 years ago |
ch17-03-oo-design-patterns.md
|
Update ch17-03-oo-design-patterns.md
|
5 years ago |
ch18-00-patterns.md
|
check to ch18-03
|
6 years ago |
ch18-01-all-the-places-for-patterns.md
|
check to ch18-03
|
6 years ago |
ch18-02-refutability.md
|
check to ch18-03
|
6 years ago |
ch18-03-pattern-syntax.md
|
Update ch18-03-pattern-syntax.md
|
5 years ago |
ch19-00-advanced-features.md
|
Style: 部分文件的最后一行没有以行结束符结尾,现已修复
|
6 years ago |
ch19-01-unsafe-rust.md
|
check to ch19-03
|
6 years ago |
ch19-02-advanced-lifetimes.md
|
check to ch19-03
|
6 years ago |
ch19-03-advanced-traits.md
|
check to ch19-03
|
6 years ago |
ch19-04-advanced-types.md
|
check to apendix-03
|
6 years ago |
ch19-05-advanced-functions-and-closures.md
|
check to apendix-03
|
6 years ago |
ch19-06-macros.md
|
Style: 部分文件的最后一行没有以行结束符结尾,现已修复
|
6 years ago |
ch20-00-final-project-a-web-server.md
|
check to apendix-03
|
6 years ago |
ch20-01-single-threaded.md
|
Refactor translateion
|
5 years ago |
ch20-02-multithreaded.md
|
Fix href
|
5 years ago |
ch20-02-slow-requests.md
|
Style: 部分文件的最后一行没有以行结束符结尾,现已修复
|
6 years ago |
ch20-03-designing-the-interface.md
|
Style: 部分文件的最后一行没有以行结束符结尾,现已修复
|
6 years ago |
ch20-03-graceful-shutdown-and-cleanup.md
|
Style: 部分文件的最后一行没有以行结束符结尾,现已修复
|
6 years ago |
ch20-04-storing-threads.md
|
Style: 部分文件的最后一行没有以行结束符结尾,现已修复
|
6 years ago |
ch20-05-sending-requests-via-channels.md
|
Style: 部分文件的最后一行没有以行结束符结尾,现已修复
|
6 years ago |
foreword.md
|
update foreword.md
|
6 years ago |