.. |
img
|
major update prepared for ch17
|
2024-10-20 23:44:05 +08:00 |
appendix-00.md
|
更新原文链接
|
2021-06-03 11:47:23 +08:00 |
appendix-01-keywords.md
|
Fix texts by use autocorrect --fix .
|
2023-01-17 11:38:33 +08:00 |
appendix-02-operators.md
|
修改错误语法 '他们' -> '它们'
|
2023-09-25 22:07:16 +08:00 |
appendix-03-derivable-traits.md
|
major update prepared for ch17
|
2024-10-20 23:44:05 +08:00 |
appendix-04-useful-development-tools.md
|
update appendix-04 close #763
|
2024-02-01 11:18:00 +08:00 |
appendix-05-editions.md
|
Fix texts by use autocorrect --fix .
|
2023-01-17 11:38:33 +08:00 |
appendix-06-translation.md
|
update appendix & readme
|
2023-01-31 10:04:30 +08:00 |
appendix-07-nightly-rust.md
|
wip
|
2024-01-08 23:41:32 +08:00 |
ch00-00-introduction.md
|
major update prepared for ch17
|
2024-10-20 23:44:05 +08:00 |
ch01-00-getting-started.md
|
更新原文链接
|
2021-06-03 12:26:20 +08:00 |
ch01-01-installation.md
|
major update prepared for ch17
|
2024-10-20 23:44:05 +08:00 |
ch01-02-hello-world.md
|
update ch17
|
2024-10-22 00:01:15 +08:00 |
ch01-03-hello-cargo.md
|
update ch17
|
2024-10-22 00:01:15 +08:00 |
ch02-00-guessing-game-tutorial.md
|
update ch17
|
2024-10-22 00:01:15 +08:00 |
ch03-00-common-programming-concepts.md
|
update mdbook-typst-pdf to 0.2.1
|
2024-01-08 23:33:11 +08:00 |
ch03-01-variables-and-mutability.md
|
更新ch03-01-variables-and-mutability.md到21a2ed14f4480dab62438dcc1130291bebc65379
|
2023-03-14 10:39:51 +08:00 |
ch03-02-data-types.md
|
fix link for typst
|
2024-01-10 18:19:44 +08:00 |
ch03-03-how-functions-work.md
|
Fix texts by use autocorrect --fix .
|
2023-01-17 11:38:33 +08:00 |
ch03-04-comments.md
|
Fix texts by use autocorrect --fix .
|
2023-01-17 11:38:33 +08:00 |
ch03-05-control-flow.md
|
fix some typos/
|
2024-07-07 20:22:03 +08:00 |
ch04-00-understanding-ownership.md
|
update to ch04-02
|
2022-02-06 23:46:50 +08:00 |
ch04-01-what-is-ownership.md
|
Update ch04-01-what-is-ownership.md
|
2024-07-07 21:18:07 +08:00 |
ch04-02-references-and-borrowing.md
|
update ch04-02
|
2024-04-29 14:52:17 +08:00 |
ch04-03-slices.md
|
Update ch04-03-slices.md
|
2024-03-03 13:28:52 +08:00 |
ch05-00-structs.md
|
update to ch05-03
|
2023-01-16 23:29:51 +08:00 |
ch05-01-defining-structs.md
|
update ch05-01 & ch09-02 close #753
|
2023-12-06 16:19:01 +08:00 |
ch05-02-example-structs.md
|
update mdbook-typst-pdf to 0.2.1
|
2024-01-08 23:33:11 +08:00 |
ch05-03-method-syntax.md
|
major update prepared for ch17
|
2024-10-20 23:44:05 +08:00 |
ch06-00-enums.md
|
update ch06
|
2023-01-18 22:25:16 +08:00 |
ch06-01-defining-an-enum.md
|
fix translation issue
|
2024-10-04 11:00:34 -04:00 |
ch06-02-match.md
|
major update prepared for ch17
|
2024-10-20 23:44:05 +08:00 |
ch06-03-if-let.md
|
update ch06
|
2023-01-18 22:25:16 +08:00 |
ch07-00-managing-growing-projects-with-packages-crates-and-modules.md
|
Update ch07-00-managing-growing-projects-with-packages-crates-and-modules.md
|
2024-05-07 15:10:37 +08:00 |
ch07-01-packages-and-crates.md
|
update 07-01 close #794
|
2024-06-06 22:59:49 +08:00 |
ch07-02-defining-modules-to-control-scope-and-privacy.md
|
fix missing the semicolon for define mod
|
2024-03-13 16:18:00 +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
|
2024-08-05 23:16:44 +08:00 |
ch07-04-bringing-paths-into-scope-with-the-use-keyword.md
|
Update ch07-04-bringing-paths-into-scope-with-the-use-keyword.md
|
2024-02-07 22:52:54 +08:00 |
ch07-05-separating-modules-into-different-files.md
|
修改错误语法 '他们' -> '它们'
|
2023-09-25 22:07:16 +08:00 |
ch08-00-common-collections.md
|
update to ch08-03
|
2022-02-07 16:14:15 +08:00 |
ch08-01-vectors.md
|
major update prepared for ch17
|
2024-10-20 23:44:05 +08:00 |
ch08-02-strings.md
|
添加缺失的翻译,调整翻译
|
2023-11-10 13:40:23 +08:00 |
ch08-03-hash-maps.md
|
Update ch08-03-hash-maps.md
|
2024-09-20 00:44:45 +08:00 |
ch09-00-error-handling.md
|
修改错误语法 '他们' -> '它们'
|
2023-09-25 22:07:16 +08:00 |
ch09-01-unrecoverable-errors-with-panic.md
|
fix link for typst
|
2024-01-10 18:19:44 +08:00 |
ch09-02-recoverable-errors-with-result.md
|
major update prepared for ch17
|
2024-10-20 23:44:05 +08:00 |
ch09-03-to-panic-or-not-to-panic.md
|
major update prepared for ch17
|
2024-10-20 23:44:05 +08:00 |
ch10-00-generics.md
|
Update ch10-00-generics.md
|
2024-02-10 18:47:52 +08:00 |
ch10-01-syntax.md
|
trivial changes
|
2024-01-07 22:28:15 +08:00 |
ch10-02-traits.md
|
major update prepared for ch17
|
2024-10-20 23:44:05 +08:00 |
ch10-03-lifetime-syntax.md
|
major update prepared for ch17
|
2024-10-20 23:44:05 +08:00 |
ch11-00-testing.md
|
update ch11-00 & ch11-01 wip
|
2023-01-19 23:32:22 +08:00 |
ch11-01-writing-tests.md
|
fix link for typst
|
2024-01-10 18:19:44 +08:00 |
ch11-02-running-tests.md
|
fix link for typst
|
2024-01-10 18:19:44 +08:00 |
ch11-03-test-organization.md
|
fix link for typst
|
2024-01-10 18:19:44 +08:00 |
ch12-00-an-io-project.md
|
major update prepared for ch17
|
2024-10-20 23:44:05 +08:00 |
ch12-01-accepting-command-line-arguments.md
|
fix ci && use mdbook-latex-pdf
|
2023-12-17 21:13:56 +08:00 |
ch12-02-reading-a-file.md
|
fix ci && use mdbook-latex-pdf
|
2023-12-17 21:13:56 +08:00 |
ch12-03-improving-error-handling-and-modularity.md
|
major update prepared for ch17
|
2024-10-20 23:44:05 +08:00 |
ch12-04-testing-the-librarys-functionality.md
|
fix link for typst
|
2024-01-10 18:19:44 +08:00 |
ch12-05-working-with-environment-variables.md
|
修改错误语法 '他们' -> '它们'
|
2023-09-25 22:07:16 +08:00 |
ch12-06-writing-to-stderr-instead-of-stdout.md
|
update ch12
|
2023-01-21 10:44:32 +08:00 |
ch13-00-functional-features.md
|
修改错误语法 '他们' -> '它们'
|
2023-09-25 22:07:16 +08:00 |
ch13-01-closures.md
|
修正ch13-01-closures.md翻译
|
2024-08-30 15:26:50 +08:00 |
ch13-02-iterators.md
|
major update prepared for ch17
|
2024-10-20 23:44:05 +08:00 |
ch13-03-improving-our-io-project.md
|
update ch13-03
|
2024-08-16 14:40:46 +08:00 |
ch13-04-performance.md
|
update ch13-04
|
2024-08-16 15:08:18 +08:00 |
ch14-00-more-about-cargo.md
|
update ch14-02
|
2023-01-22 22:11:43 +08:00 |
ch14-01-release-profiles.md
|
修正13到16章部分语法问题
|
2023-09-29 15:07:58 +08:00 |
ch14-02-publishing-to-crates-io.md
|
major update prepared for ch17
|
2024-10-20 23:44:05 +08:00 |
ch14-03-cargo-workspaces.md
|
Update ch14-03-cargo-workspaces.md
|
2024-01-16 07:12:19 +08:00 |
ch14-04-installing-binaries.md
|
修正13到16章部分语法问题
|
2023-09-29 15:07:58 +08:00 |
ch14-05-extending-cargo.md
|
修正13到16章部分语法问题
|
2023-09-29 15:07:58 +08:00 |
ch15-00-smart-pointers.md
|
修正智能指针的翻译,去除重复片段
|
2024-08-26 21:33:31 +08:00 |
ch15-01-box.md
|
major update prepared for ch17
|
2024-10-20 23:44:05 +08:00 |
ch15-02-deref.md
|
major update prepared for ch17
|
2024-10-20 23:44:05 +08:00 |
ch15-03-drop.md
|
Update ch15-03-drop.md
|
2024-01-22 08:23:54 +08:00 |
ch15-04-rc.md
|
fix link for typst
|
2024-01-10 18:19:44 +08:00 |
ch15-05-interior-mutability.md
|
major update prepared for ch17
|
2024-10-20 23:44:05 +08:00 |
ch15-06-reference-cycles.md
|
修正13到16章部分语法问题
|
2023-09-29 15:07:58 +08:00 |
ch16-00-concurrency.md
|
修正13到16章部分语法问题
|
2023-09-29 15:07:58 +08:00 |
ch16-01-threads.md
|
修正13到16章部分语法问题
|
2023-09-29 15:07:58 +08:00 |
ch16-02-message-passing.md
|
major update prepared for ch17
|
2024-10-20 23:44:05 +08:00 |
ch16-03-shared-state.md
|
Update ch16-03-shared-state.md
|
2024-09-09 19:42:26 +08:00 |
ch16-04-extensible-concurrency-sync-and-send.md
|
major update prepared for ch17
|
2024-10-20 23:44:05 +08:00 |
ch17-00-async-await.md
|
proofreading ch17-00
|
2024-10-22 00:39:07 +08:00 |
ch17-01-futures-and-syntax.md
|
update ch17-01
|
2024-10-23 00:11:02 +08:00 |
ch17-02-concurrency-with-async.md
|
major update prepared for ch17
|
2024-10-20 23:44:05 +08:00 |
ch17-03-more-futures.md
|
major update prepared for ch17
|
2024-10-20 23:44:05 +08:00 |
ch17-04-streams.md
|
major update prepared for ch17
|
2024-10-20 23:44:05 +08:00 |
ch17-05-traits-for-async.md
|
major update prepared for ch17
|
2024-10-20 23:44:05 +08:00 |
ch17-06-futures-tasks-threads.md
|
major update prepared for ch17
|
2024-10-20 23:44:05 +08:00 |
ch18-00-oop.md
|
major update prepared for ch17
|
2024-10-20 23:44:05 +08:00 |
ch18-01-what-is-oo.md
|
major update prepared for ch17
|
2024-10-20 23:44:05 +08:00 |
ch18-02-trait-objects.md
|
major update prepared for ch17
|
2024-10-20 23:44:05 +08:00 |
ch18-03-oo-design-patterns.md
|
major update prepared for ch17
|
2024-10-20 23:44:05 +08:00 |
ch19-00-patterns.md
|
major update prepared for ch17
|
2024-10-20 23:44:05 +08:00 |
ch19-01-all-the-places-for-patterns.md
|
major update prepared for ch17
|
2024-10-20 23:44:05 +08:00 |
ch19-02-refutability.md
|
major update prepared for ch17
|
2024-10-20 23:44:05 +08:00 |
ch19-03-pattern-syntax.md
|
major update prepared for ch17
|
2024-10-20 23:44:05 +08:00 |
ch20-00-advanced-features.md
|
major update prepared for ch17
|
2024-10-20 23:44:05 +08:00 |
ch20-01-unsafe-rust.md
|
major update prepared for ch17
|
2024-10-20 23:44:05 +08:00 |
ch20-03-advanced-traits.md
|
major update prepared for ch17
|
2024-10-20 23:44:05 +08:00 |
ch20-04-advanced-types.md
|
major update prepared for ch17
|
2024-10-20 23:44:05 +08:00 |
ch20-05-advanced-functions-and-closures.md
|
major update prepared for ch17
|
2024-10-20 23:44:05 +08:00 |
ch20-06-macros.md
|
major update prepared for ch17
|
2024-10-20 23:44:05 +08:00 |
ch21-00-final-project-a-web-server.md
|
major update prepared for ch17
|
2024-10-20 23:44:05 +08:00 |
ch21-01-single-threaded.md
|
major update prepared for ch17
|
2024-10-20 23:44:05 +08:00 |
ch21-02-multithreaded.md
|
major update prepared for ch17
|
2024-10-20 23:44:05 +08:00 |
ch21-03-graceful-shutdown-and-cleanup.md
|
major update prepared for ch17
|
2024-10-20 23:44:05 +08:00 |
foreword.md
|
Update foreword.md
|
2023-03-02 00:25:58 +08:00 |
PREFACE.md
|
check to apendix-03
|
2018-12-09 23:22:10 +08:00 |
README.md
|
fix link for typst
|
2024-01-10 18:19:44 +08:00 |
SUMMARY.md
|
major update prepared for ch17
|
2024-10-20 23:44:05 +08:00 |
title-page.md
|
edit version in title page
|
2024-06-06 21:27:09 +08:00 |