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.
stevenlele c2a5b87590
Update introduction
2 years ago
..
.vuepress add vuepress config, close #427 4 years ago
img docs: update ch00 and ch01 sections 3 years ago
PREFACE.md check to apendix-03 6 years ago
README.md update to the latest document(2021-12-05) 3 years ago
SUMMARY.md Refine the title for ch02 2 years ago
appendix-00.md 更新原文链接 3 years ago
appendix-01-keywords.md update to appendix-07 3 years ago
appendix-02-operators.md update to appendix-07 3 years ago
appendix-03-derivable-traits.md update to appendix-07 3 years ago
appendix-04-useful-development-tools.md update to appendix-07 3 years ago
appendix-05-editions.md update to appendix-07 3 years ago
appendix-06-translation.md Update introduction 2 years ago
appendix-07-nightly-rust.md update to appendix-07 3 years ago
ch00-00-introduction.md Update introduction 2 years ago
ch01-00-getting-started.md 更新原文链接 3 years ago
ch01-01-installation.md Update ch01-01-installation.md 2 years ago
ch01-02-hello-world.md update ch01-02-hello-world.md 2 years ago
ch01-03-hello-cargo.md Update ch01-03-hello-cargo.md 2 years ago
ch02-00-guessing-game-tutorial.md Update ch02-00-guessing-game-tutorial.md 2 years ago
ch03-00-common-programming-concepts.md update to ch03-05 3 years ago
ch03-01-variables-and-mutability.md Update ch03-01-variables-and-mutability.md 2 years ago
ch03-02-data-types.md update ch03-02 fix #628 2 years ago
ch03-03-how-functions-work.md Update ch03-03-how-functions-work.md 2 years ago
ch03-04-comments.md update to ch03-05 3 years ago
ch03-05-control-flow.md Update ch03-05-control-flow.md 2 years ago
ch04-00-understanding-ownership.md update to ch04-02 3 years ago
ch04-01-what-is-ownership.md 描述堆分配后的指针放入栈中过程 2 years ago
ch04-02-references-and-borrowing.md update to ch04-02 3 years ago
ch04-03-slices.md update to ch05-03 3 years ago
ch05-00-structs.md update to ch05-03 3 years ago
ch05-01-defining-structs.md Update ch05-01-defining-structs.md 3 years ago
ch05-02-example-structs.md update to ch05-03 3 years ago
ch05-03-method-syntax.md update ch05-03-method-syntax.md 2 years ago
ch06-00-enums.md update to ch06-03 3 years ago
ch06-01-defining-an-enum.md fix(typo): `custom data types` => `自定义数据类型` 3 years ago
ch06-02-match.md update to ch06-03 3 years ago
ch06-03-if-let.md update to ch06-03 3 years ago
ch07-00-managing-growing-projects-with-packages-crates-and-modules.md update to ch07-05 3 years ago
ch07-01-packages-and-crates.md update to ch07-05 3 years ago
ch07-02-defining-modules-to-control-scope-and-privacy.md ch07-02修改措辞:“比喻” --> “类比” 3 years ago
ch07-03-paths-for-referring-to-an-item-in-the-module-tree.md update to ch07-05 3 years ago
ch07-04-bringing-paths-into-scope-with-the-use-keyword.md PR:修改7.4中pub use部分的表述 3 years ago
ch07-05-separating-modules-into-different-files.md update to ch07-05 3 years ago
ch08-00-common-collections.md update to ch08-03 3 years ago
ch08-01-vectors.md update to ch08-03 3 years ago
ch08-02-strings.md update to ch08-03 3 years ago
ch08-03-hash-maps.md update to ch08-03 3 years ago
ch09-00-error-handling.md Update ch09-00-error-handling.md 2 years ago
ch09-01-unrecoverable-errors-with-panic.md update to ch09-03 3 years ago
ch09-02-recoverable-errors-with-result.md fix typo with optimized translation ch09-02 2 years ago
ch09-03-to-panic-or-not-to-panic.md update to ch09-03 3 years ago
ch10-00-generics.md update to ch10-03 3 years ago
ch10-01-syntax.md update to ch10-03 3 years ago
ch10-02-traits.md Update ch10-02-traits.md 3 years ago
ch10-03-lifetime-syntax.md fix ch10-03-lifetime-syntax.md possible ambiguity 2 years ago
ch11-00-testing.md 更新原文链接 3 years ago
ch11-01-writing-tests.md update ch11-01 close #592 3 years ago
ch11-02-running-tests.md update to ch11-03 3 years ago
ch11-03-test-organization.md update to ch11-03 3 years ago
ch12-00-an-io-project.md 更新原文链接 3 years ago
ch12-01-accepting-command-line-arguments.md update to ch12-06 3 years ago
ch12-02-reading-a-file.md update to ch12-06 3 years ago
ch12-03-improving-error-handling-and-modularity.md update to ch12-06 3 years ago
ch12-04-testing-the-librarys-functionality.md update to ch12-06 3 years ago
ch12-05-working-with-environment-variables.md update to ch12-06 3 years ago
ch12-06-writing-to-stderr-instead-of-stdout.md update to ch12-06 3 years ago
ch13-00-functional-features.md 更新原文链接 3 years ago
ch13-01-closures.md 修正部分翻译 2 years ago
ch13-02-iterators.md update to ch13-04 3 years ago
ch13-03-improving-our-io-project.md Update ch13-03-improving-our-io-project.md 2 years ago
ch13-04-performance.md Update ch13-04-performance.md 2 years ago
ch14-00-more-about-cargo.md 更新原文链接 3 years ago
ch14-01-release-profiles.md update to ch14-05 3 years ago
ch14-02-publishing-to-crates-io.md update to ch14-05 3 years ago
ch14-03-cargo-workspaces.md update to ch14-05 3 years ago
ch14-04-installing-binaries.md update to ch14-05 3 years ago
ch14-05-extending-cargo.md 更新原文链接 3 years ago
ch15-00-smart-pointers.md 更新原文链接 3 years ago
ch15-01-box.md fix ch15 2 years ago
ch15-02-deref.md update to ch15-06 3 years ago
ch15-03-drop.md update to ch15-06 3 years ago
ch15-04-rc.md update to ch15-06 3 years ago
ch15-05-interior-mutability.md fix: wrong type name 2 years ago
ch15-06-reference-cycles.md update ch15-06-reference-cycles.md 2 years ago
ch16-00-concurrency.md 更改channel的翻译 2 years ago
ch16-01-threads.md 更改race conditon的翻译 2 years ago
ch16-02-message-passing.md 更改channel的翻译 2 years ago
ch16-03-shared-state.md fix ch16-03-shared-state.md edit error 2 years ago
ch16-04-extensible-concurrency-sync-and-send.md 更改channel的翻译 2 years ago
ch17-00-oop.md 更新原文链接 3 years ago
ch17-01-what-is-oo.md update to ch17-03 3 years ago
ch17-02-trait-objects.md 根据英文repo修饰语言,使其更贴合原意 2 years ago
ch17-03-oo-design-patterns.md update ch17-03-oo-design-patterns.md 2 years ago
ch18-00-patterns.md update to ch18-03 3 years ago
ch18-01-all-the-places-for-patterns.md update to ch18-03 3 years ago
ch18-02-refutability.md 删除ch18-02-refuability中多余词语 2 years ago
ch18-03-pattern-syntax.md update to ch18-03 3 years ago
ch19-00-advanced-features.md 更新原文链接 3 years ago
ch19-01-unsafe-rust.md update to ch19-06 3 years ago
ch19-03-advanced-traits.md update to ch19-06 3 years ago
ch19-04-advanced-types.md update to ch19-06 3 years ago
ch19-05-advanced-functions-and-closures.md update to ch19-06 3 years ago
ch19-06-macros.md Update ch19-06-macros.md 2 years ago
ch20-00-final-project-a-web-server.md 更新原文链接 3 years ago
ch20-01-single-threaded.md update to appendix-07 3 years ago
ch20-02-multithreaded.md 更改channel的翻译 2 years ago
ch20-03-graceful-shutdown-and-cleanup.md 更改channel的翻译 2 years ago
foreword.md Update introduction 2 years ago
title-page.md Update introduction 2 years ago

README.md

Rust 程序设计语言

Rust 程序设计语言 前言 介绍

入门指南

基本 Rust 技能

Rust 编程思想

高级主题