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.
Jeamorg 078cdd672f
Update ch08-03-hash-maps.md
4 days ago
..
img docs: update ch00 and ch01 sections 3 years ago
PREFACE.md check to apendix-03 6 years ago
README.md fix link for typst 9 months ago
SUMMARY.md fix link for typst 9 months ago
appendix-00.md 更新原文链接 3 years ago
appendix-01-keywords.md Fix texts by use `autocorrect --fix`. 2 years ago
appendix-02-operators.md 修改错误语法 '他们' -> '它们' 1 year ago
appendix-03-derivable-traits.md Fix texts by use `autocorrect --fix`. 2 years ago
appendix-04-useful-development-tools.md update appendix-04 close #763 8 months ago
appendix-05-editions.md Fix texts by use `autocorrect --fix`. 2 years ago
appendix-06-translation.md update appendix & readme 2 years ago
appendix-07-nightly-rust.md wip 9 months ago
ch00-00-introduction.md fix some typos/ 3 months ago
ch01-00-getting-started.md 更新原文链接 3 years ago
ch01-01-installation.md fix link for typst 9 months ago
ch01-02-hello-world.md fix link for typst 9 months ago
ch01-03-hello-cargo.md fix link for typst 9 months ago
ch02-00-guessing-game-tutorial.md update ch02-00 1 month ago
ch03-00-common-programming-concepts.md update mdbook-typst-pdf to 0.2.1 9 months ago
ch03-01-variables-and-mutability.md 更新ch03-01-variables-and-mutability.md到21a2ed14f4480dab62438dcc1130291bebc65379 2 years ago
ch03-02-data-types.md fix link for typst 9 months ago
ch03-03-how-functions-work.md Fix texts by use `autocorrect --fix`. 2 years ago
ch03-04-comments.md Fix texts by use `autocorrect --fix`. 2 years ago
ch03-05-control-flow.md fix some typos/ 3 months ago
ch04-00-understanding-ownership.md update to ch04-02 3 years ago
ch04-01-what-is-ownership.md Update ch04-01-what-is-ownership.md 3 months ago
ch04-02-references-and-borrowing.md update ch04-02 5 months ago
ch04-03-slices.md Update ch04-03-slices.md 7 months ago
ch05-00-structs.md update to ch05-03 2 years ago
ch05-01-defining-structs.md update ch05-01 & ch09-02 close #753 10 months ago
ch05-02-example-structs.md update mdbook-typst-pdf to 0.2.1 9 months ago
ch05-03-method-syntax.md Update ch05-03-method-syntax.md 7 months ago
ch06-00-enums.md update ch06 2 years ago
ch06-01-defining-an-enum.md Update ch06-01-defining-an-enum.md 7 months ago
ch06-02-match.md update ch06 2 years ago
ch06-03-if-let.md update ch06 2 years ago
ch07-00-managing-growing-projects-with-packages-crates-and-modules.md Update ch07-00-managing-growing-projects-with-packages-crates-and-modules.md 5 months ago
ch07-01-packages-and-crates.md update 07-01 close #794 4 months ago
ch07-02-defining-modules-to-control-scope-and-privacy.md fix missing the semicolon for define mod 6 months ago
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 2 months ago
ch07-04-bringing-paths-into-scope-with-the-use-keyword.md Update ch07-04-bringing-paths-into-scope-with-the-use-keyword.md 8 months ago
ch07-05-separating-modules-into-different-files.md 修改错误语法 '他们' -> '它们' 1 year ago
ch08-00-common-collections.md update to ch08-03 3 years ago
ch08-01-vectors.md update ch08-01 close #810 1 month ago
ch08-02-strings.md 添加缺失的翻译,调整翻译 11 months ago
ch08-03-hash-maps.md Update ch08-03-hash-maps.md 4 days ago
ch09-00-error-handling.md 修改错误语法 '他们' -> '它们' 1 year ago
ch09-01-unrecoverable-errors-with-panic.md fix link for typst 9 months ago
ch09-02-recoverable-errors-with-result.md Update ch09-02-recoverable-errors-with-result.md 8 months ago
ch09-03-to-panic-or-not-to-panic.md Update ch09-03-to-panic-or-not-to-panic.md 3 months ago
ch10-00-generics.md Update ch10-00-generics.md 8 months ago
ch10-01-syntax.md trivial changes 9 months ago
ch10-02-traits.md 优化Trait部分翻译 4 weeks ago
ch10-03-lifetime-syntax.md Update ch10-03-lifetime-syntax.md 3 months ago
ch11-00-testing.md update ch11-00 & ch11-01 wip 2 years ago
ch11-01-writing-tests.md fix link for typst 9 months ago
ch11-02-running-tests.md fix link for typst 9 months ago
ch11-03-test-organization.md fix link for typst 9 months ago
ch12-00-an-io-project.md 修改错误语法 '他们' -> '它们' 1 year ago
ch12-01-accepting-command-line-arguments.md fix ci && use mdbook-latex-pdf 9 months ago
ch12-02-reading-a-file.md fix ci && use mdbook-latex-pdf 9 months ago
ch12-03-improving-error-handling-and-modularity.md fix link for typst 9 months ago
ch12-04-testing-the-librarys-functionality.md fix link for typst 9 months ago
ch12-05-working-with-environment-variables.md 修改错误语法 '他们' -> '它们' 1 year ago
ch12-06-writing-to-stderr-instead-of-stdout.md update ch12 2 years ago
ch13-00-functional-features.md 修改错误语法 '他们' -> '它们' 1 year ago
ch13-01-closures.md 修正ch13-01-closures.md翻译 3 weeks ago
ch13-02-iterators.md update ch13-02 1 month ago
ch13-03-improving-our-io-project.md update ch13-03 1 month ago
ch13-04-performance.md update ch13-04 1 month ago
ch14-00-more-about-cargo.md update ch14-02 2 years ago
ch14-01-release-profiles.md 修正13到16章部分语法问题 1 year ago
ch14-02-publishing-to-crates-io.md 修正13到16章部分语法问题 1 year ago
ch14-03-cargo-workspaces.md Update ch14-03-cargo-workspaces.md 8 months ago
ch14-04-installing-binaries.md 修正13到16章部分语法问题 1 year ago
ch14-05-extending-cargo.md 修正13到16章部分语法问题 1 year ago
ch15-00-smart-pointers.md 修正智能指针的翻译,去除重复片段 4 weeks ago
ch15-01-box.md fix link for typst 9 months ago
ch15-02-deref.md fix link for typst 9 months ago
ch15-03-drop.md Update ch15-03-drop.md 8 months ago
ch15-04-rc.md fix link for typst 9 months ago
ch15-05-interior-mutability.md fix autocorrect 12 months ago
ch15-06-reference-cycles.md 修正13到16章部分语法问题 1 year ago
ch16-00-concurrency.md 修正13到16章部分语法问题 1 year ago
ch16-01-threads.md 修正13到16章部分语法问题 1 year ago
ch16-02-message-passing.md 修改错误语法 '他们' -> '它们' 1 year ago
ch16-03-shared-state.md Update ch16-03-shared-state.md 2 weeks ago
ch16-04-extensible-concurrency-sync-and-send.md 修正13到16章部分语法问题 1 year ago
ch17-00-oop.md update to ch17-02 close #733 1 year ago
ch17-01-what-is-oo.md Update ch17-01-what-is-oo.md 6 months ago
ch17-02-trait-objects.md Update ch17-02-trait-objects.md 2 weeks ago
ch17-03-oo-design-patterns.md Upgrade AutoCorrect v2.9.0 and fix docs. 9 months ago
ch18-00-patterns.md update ch18 2 years ago
ch18-01-all-the-places-for-patterns.md 修改错误语法 '他们' -> '它们' 1 year ago
ch18-02-refutability.md update ch18-02 close #732 1 year ago
ch18-03-pattern-syntax.md Update ch18-03-pattern-syntax.md 1 year ago
ch19-00-advanced-features.md update ch19 2 years ago
ch19-01-unsafe-rust.md fix link for typst 9 months ago
ch19-03-advanced-traits.md Update ch19-03-advanced-traits.md 2 weeks ago
ch19-04-advanced-types.md fix link for typst 9 months ago
ch19-05-advanced-functions-and-closures.md fix link for typst 9 months ago
ch19-06-macros.md 修改错误语法 '他们' -> '它们' 1 year ago
ch20-00-final-project-a-web-server.md update ch20 2 years ago
ch20-01-single-threaded.md Update ch20-01-single-threaded.md 7 days ago
ch20-02-multithreaded.md Update ch20-02-multithreaded.md 7 months ago
ch20-03-graceful-shutdown-and-cleanup.md Update ch20-03-graceful-shutdown-and-cleanup.md 6 months ago
foreword.md Update foreword.md 2 years ago
title-page.md edit version in title page 4 months ago

README.md

Rust 程序设计语言

Rust 程序设计语言 前言 简介

入门指南

基本 Rust 技能

Rust 编程思想

高级主题