You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Turing Zhu cd06129a3d
format appendix, fix: url of md file
6 years ago
..
img check to ch14-03 7 years ago
PREFACE.md check to ch19-02 7 years ago
SUMMARY.md check to ch01-00 7 years ago
appendix-00.md add appendix A translation 7 years ago
appendix-01-keywords.md update appendix-01 6 years ago
appendix-02-operators.md format appendix, fix: url of md file 6 years ago
appendix-03-derivable-traits.md format appendix, fix: url of md file 6 years ago
appendix-04-macros.md format appendix, fix: url of md file 6 years ago
appendix-05-translation.md format appendix, fix: url of md file 6 years ago
appendix-06-newest-features.md format appendix, fix: url of md file 6 years ago
appendix-07-nightly-rust.md format appendix, fix: url of md file 6 years ago
ch00-00-introduction.md fix: error word 6 years ago
ch01-00-getting-started.md check to ch01-00 7 years ago
ch01-00-introduction.md check to ch02-00 7 years ago
ch01-01-installation.md typo 6 years ago
ch01-02-hello-world.md fix: translation error 6 years ago
ch01-03-hello-cargo.md typo 6 years ago
ch02-00-guessing-game-tutorial.md follow up upstream changes. 6 years ago
ch03-00-common-programming-concepts.md 修改 通用 为 常见 7 years ago
ch03-01-variables-and-mutability.md check to ch03-01 7 years ago
ch03-02-data-types.md check to ch03-03 7 years ago
ch03-03-how-functions-work.md check to ch03-03 7 years ago
ch03-04-comments.md check to ch03-05 7 years ago
ch03-05-control-flow.md fix url 6 years ago
ch04-00-understanding-ownership.md check to ch04-01 7 years ago
ch04-01-what-is-ownership.md Merge pull request #204 from spartucus/master 6 years ago
ch04-02-references-and-borrowing.md check to ch04-03 7 years ago
ch04-03-slices.md Update ch04-03-slices.md 6 years ago
ch05-00-structs.md check to ch06-01 7 years ago
ch05-01-defining-structs.md reread the original ch05-01, and update partes of translation 6 years ago
ch05-02-example-structs.md read original ch05-02 and update words. 6 years ago
ch05-03-method-syntax.md read the origin ch05-03 6 years ago
ch06-00-enums.md check to ch06-01 7 years ago
ch06-01-defining-an-enum.md Update ch06-01-defining-an-enum.md 6 years ago
ch06-02-match.md check to ch08-02 7 years ago
ch06-03-if-let.md check to ch08-02 7 years ago
ch07-00-modules.md check to ch08-02 7 years ago
ch07-01-mod-and-the-filesystem.md Update ch07-01-mod-and-the-filesystem.md 6 years ago
ch07-02-controlling-visibility-with-pub.md check to ch08-02 7 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 check to ch08-02 7 years ago
ch08-01-vectors.md check to ch08-02 7 years ago
ch08-02-strings.md check to ch09-03 7 years ago
ch08-03-hash-maps.md check to ch09-03 7 years ago
ch09-00-error-handling.md check to ch09-03 7 years ago
ch09-01-unrecoverable-errors-with-panic.md check to ch09-03 7 years ago
ch09-02-recoverable-errors-with-result.md check to ch09-03 7 years ago
ch09-03-to-panic-or-not-to-panic.md check to ch10-03 7 years ago
ch10-00-generics.md check to ch10-03 7 years ago
ch10-01-syntax.md check to ch10-03 7 years ago
ch10-02-traits.md fix:delete '是' 6 years ago
ch10-03-lifetime-syntax.md check to ch14-03 7 years ago
ch11-00-testing.md refine ch11, fix typo 6 years ago
ch11-01-writing-tests.md refine ch11, fix typo 6 years ago
ch11-02-running-tests.md refine ch11, fix typo 6 years ago
ch11-03-test-organization.md refine ch11, fix typo 6 years ago
ch12-00-an-io-project.md check to ch12-02 7 years ago
ch12-01-accepting-command-line-arguments.md check to ch12-02 7 years ago
ch12-02-reading-a-file.md Update ch12-02-reading-a-file.md 6 years ago
ch12-03-improving-error-handling-and-modularity.md check to ch13-01 7 years ago
ch12-04-testing-the-librarys-functionality.md check to ch13-01 7 years ago
ch12-05-working-with-environment-variables.md check to ch13-01 7 years ago
ch12-06-writing-to-stderr-instead-of-stdout.md check to ch13-01 7 years ago
ch13-00-functional-features.md check to ch13-01 7 years ago
ch13-01-closures.md Refactor sentence 6 years ago
ch13-02-iterators.md check to ch14-03 7 years ago
ch13-03-improving-our-io-project.md check to ch14-03 7 years ago
ch13-04-performance.md check to ch14-03 7 years ago
ch14-00-more-about-cargo.md check to ch14-03 7 years ago
ch14-01-release-profiles.md check to ch14-03 7 years ago
ch14-02-publishing-to-crates-io.md check to ch14-03 7 years ago
ch14-03-cargo-workspaces.md bugfix(cargo-workspace): 删除阅读过程中重复的内容 7 years ago
ch14-04-installing-binaries.md check to ch15-02 7 years ago
ch14-05-extending-cargo.md check to ch15-02 7 years ago
ch15-00-smart-pointers.md check to ch15-02 7 years ago
ch15-01-box.md check to ch15-02 7 years ago
ch15-02-deref.md fix typo in ch15-02 6 years ago
ch15-03-drop.md check to ch15-05 7 years ago
ch15-04-rc.md check to ch15-05 7 years ago
ch15-05-interior-mutability.md 修改文字和语义错误. 7 years ago
ch15-06-reference-cycles.md fix typo 6 years ago
ch16-00-concurrency.md 修改文字和语义错误. 7 years ago
ch16-01-threads.md Update ch16-01-threads.md 6 years ago
ch16-02-message-passing.md fix: "明前"修改为"明确" 6 years ago
ch16-03-shared-state.md Merge pull request #165 from luoxiangyong/master 7 years ago
ch16-04-extensible-concurrency-sync-and-send.md check to ch17-00 7 years ago
ch17-00-oop.md check to ch17-00 7 years ago
ch17-01-what-is-oo.md check to ch17-01 7 years ago
ch17-02-trait-objects.md Update ch17-02-trait-objects.md 7 years ago
ch17-03-oo-design-patterns.md 修改17-03中的个别错别字和标点符号 7 years ago
ch18-00-patterns.md check to ch18-01 7 years ago
ch18-01-all-the-places-for-patterns.md 删除ch18-01中的一个多余文字和符号 7 years ago
ch18-02-refutability.md check to ch18-03 7 years ago
ch18-03-pattern-syntax.md 修改文字和语义错误. 7 years ago
ch19-00-advanced-features.md check to ch19-01 7 years ago
ch19-01-unsafe-rust.md 修改文字和语义错误. 7 years ago
ch19-02-advanced-lifetimes.md check to ch19-02 7 years ago
ch19-03-advanced-traits.md fix typo 6 years ago
ch19-04-advanced-types.md 修改文字和语义错误. 7 years ago
ch19-05-advanced-functions-and-closures.md check to ch20-00 7 years ago
ch20-00-final-project-a-web-server.md check to ch20-00 7 years ago
ch20-01-single-threaded.md Update ch20-01-single-threaded.md 7 years ago
ch20-02-multithreaded.md check to ch20-03 7 years ago
ch20-02-slow-requests.md update ch20-03 7 years ago
ch20-03-designing-the-interface.md update ch20-04 7 years ago
ch20-03-graceful-shutdown-and-cleanup.md check to ch20-03 7 years ago
ch20-04-storing-threads.md update ch20-06 7 years ago
ch20-05-sending-requests-via-channels.md update ch20-06 7 years ago
foreword.md add chinese of 'Raspberry Pi' 6 years ago