-
Notifications
You must be signed in to change notification settings - Fork 109
Update 2020
Tatsuya Kawano edited this page Apr 4, 2021
·
7 revisions
- ファイル数:105
- 更新完了:19
| File | Phase | Ins | Upd | Del | Status | |
|---|---|---|---|---|---|---|
| 1 | 1 | DONE | ||||
| 2 | 1 | DONE | ||||
| 3 | 2 | 0 | 1 | 0 | DONE | |
| 4 | 2 | 11 | 21 | 4 | DONE | |
| 5 | 2 | 0 | 0 | 0 | DONE | |
| 6 | 1 | DONE | ||||
| 7 | ch01-02-hello-world | 2 | 10 | 10 | 4 | TODO |
| 8 | ch01-03-hello-cargo | 2 | 24 | 22 | 9 | TODO |
| 9 | ch02-00-guessing-game-tutorial | 2 | 98 | 102 | 229 | TODO |
| 10 | ch03-00-common-programming-concep .. | 2 | 1 | 3 | 0 | TODO |
| 11 | ch03-01-variables-and-mutability | 2 | 34 | 14 | 67 | TODO |
| 12 | ch03-02-data-types | 2 | 87 | 27 | 98 | TODO |
| 13 | ch03-03-how-functions-work | 2 | 25 | 15 | 111 | TODO |
| 14 | ch03-04-comments | 2 | 6 | 2 | 8 | TODO |
| 15 | ch03-05-control-flow | 2 | 62 | 16 | 151 | TODO |
| 16 | ch04-00-understanding-ownership | 2 | 0 | 1 | 0 | TODO |
| 17 | ch04-01-what-is-ownership | 2 | 57 | 50 | 207 | TODO |
| 18 | ch04-02-references-and-borrowing | 2 | 43 | 4 | 138 | TODO |
| 19 | ch04-03-slices | 2 | 16 | 16 | 128 | IN-PROG |
| 20 | ch05-00-structs | 2 | 0 | 5 | 0 | TODO |
| 21 | ch05-01-defining-structs | 2 | 79 | 19 | 160 | TODO |
| 22 | ch05-02-example-structs | 2 | 21 | 8 | 86 | TODO |
| 23 | ch05-03-method-syntax | 2 | 23 | 12 | 114 | TODO |
| 24 | ch06-00-enums | 2 | 0 | 2 | 1 | TODO |
| 25 | ch06-01-defining-an-enum | 2 | 20 | 14 | 111 | TODO |
| 26 | ch06-02-match | 2 | 17 | 10 | 106 | TODO |
| 27 | ch06-03-if-let | 2 | 4 | 0 | 46 | TODO |
| 28 | 1 | DONE | ||||
| 29 | 1 | DONE | ||||
| 30 | 1 | DONE | ||||
| 31 | 1 | DONE | ||||
| 32 | 1 | DONE | ||||
| 33 | 1 | DONE | ||||
| 34 | ch08-00-common-collections | 2 | 1 | 4 | 0 | TODO |
| 35 | ch08-01-vectors | 2 | 26 | 12 | 72 | IN-PROG |
| 36 | ch08-02-strings | 2 | 19 | 19 | 53 | TODO |
| 37 | ch08-03-hash-maps | 2 | 40 | 26 | 88 | TODO |
| 38 | ch09-00-error-handling | 2 | 0 | 6 | 0 | TODO |
| 39 | ch09-01-unrecoverable-errors-with .. | 2 | 57 | 27 | 53 | TODO |
| 40 | ch09-02-recoverable-errors-with-r .. | 2 | 114 | 21 | 182 | TODO |
| 41 | ch09-03-to-panic-or-not-to-panic | 2 | 9 | 20 | 44 | TODO |
| 42 | ch10-00-generics | 2 | 3 | 5 | 64 | TODO |
| 43 | ch10-01-syntax | 2 | 18 | 6 | 154 | TODO |
| 44 | 1 | DONE | ||||
| 45 | ch10-03-lifetime-syntax | 2 | 55 | 17 | 192 | IN-PROG |
| 46 | ch11-00-testing | 2 | 0 | 2 | 0 | TODO |
| 47 | 2 | DONE | ||||
| 48 | ch11-02-running-tests | 2 | 22 | 6 | 133 | TODO |
| 49 | ch11-03-test-organization | 2 | 18 | 26 | 99 | TODO |
| 50 | ch12-00-an-io-project | 2 | 13 | 5 | 5 | TODO |
| 51 | ch12-01-accepting-command-line-ar .. | 2 | 18 | 16 | 30 | TODO |
| 52 | ch12-02-reading-a-file | 2 | 8 | 4 | 69 | TODO |
| 53 | ch12-03-improving-error-handling- .. | 2 | 65 | 50 | 220 | TODO |
| 54 | ch12-04-testing-the-librarys-func .. | 2 | 29 | 22 | 116 | TODO |
| 55 | ch12-05-working-with-environment- .. | 2 | 24 | 13 | 123 | TODO |
| 56 | ch12-06-writing-to-stderr-instead .. | 2 | 4 | 4 | 15 | TODO |
| 57 | ch13-00-functional-features | 2 | 0 | 2 | 0 | TODO |
| 58 | ch13-01-closures | 2 | 37 | 22 | 312 | TODO |
| 59 | ch13-02-iterators | 2 | 17 | 10 | 169 | TODO |
| 60 | ch13-03-improving-our-io-project | 2 | 7 | 1 | 80 | TODO |
| 61 | ch13-04-performance | 2 | 0 | 2 | 0 | TODO |
| 62 | ch14-00-more-about-cargo | 2 | 0 | 2 | 0 | TODO |
| 63 | ch14-01-release-profiles | 2 | 2 | 4 | 1 | TODO |
| 64 | ch14-02-publishing-to-crates-io | 2 | 21 | 34 | 58 | TODO |
| 65 | ch14-03-cargo-workspaces | 2 | 67 | 41 | 51 | TODO |
| 66 | ch14-04-installing-binaries | 2 | 7 | 10 | 1 | TODO |
| 67 | ch14-05-extending-cargo | 2 | 0 | 2 | 1 | TODO |
| 68 | ch15-00-smart-pointers | 2 | 0 | 1 | 0 | TODO |
| 69 | ch15-01-box | 2 | 25 | 7 | 61 | TODO |
| 70 | ch15-02-deref | 2 | 23 | 19 | 118 | TODO |
| 71 | ch15-03-drop | 2 | 10 | 15 | 48 | TODO |
| 72 | ch15-04-rc | 2 | 10 | 2 | 60 | TODO |
| 73 | ch15-05-interior-mutability | 2 | 19 | 17 | 159 | TODO |
| 74 | ch15-06-reference-cycles | 2 | 10 | 9 | 188 | TODO |
| 75 | ch16-00-concurrency | 2 | 5 | 2 | 5 | TODO |
| 76 | ch16-01-threads | 2 | 16 | 7 | 116 | TODO |
| 77 | ch16-02-message-passing | 2 | 13 | 9 | 126 | TODO |
| 78 | ch16-03-shared-state | 2 | 17 | 23 | 152 | TODO |
| 79 | ch16-04-extensible-concurrency-sy .. | 2 | 4 | 5 | 3 | TODO |
| 80 | ch17-00-oop | 2 | 0 | 2 | 0 | TODO |
| 81 | ch17-01-what-is-oo | 2 | 7 | 7 | 39 | TODO |
| 82 | ch17-02-trait-objects | 2 | 33 | 21 | 137 | TODO |
| 83 | ch17-03-oo-design-patterns | 2 | 18 | 16 | 248 | TODO |
| 84 | ch18-00-patterns | 2 | 0 | 0 | 0 | TODO |
| 85 | ch18-01-all-the-places-for-patter .. | 2 | 16 | 12 | 57 | TODO |
| 86 | ch18-02-refutability | 2 | 11 | 3 | 21 | TODO |
| 87 | ch18-03-pattern-syntax | 2 | 41 | 20 | 314 | TODO |
| 88 | ch19-00-advanced-features | 2 | 1 | 3 | 1 | TODO |
| 89 | ch19-01-unsafe-rust | 2 | 63 | 27 | 126 | TODO |
| 90 | ch19-03-advanced-traits | 2 | 55 | 47 | 272 | TODO |
| 91 | ch19-04-advanced-types | 2 | 41 | 20 | 86 | TODO |
| 92 | ch19-05-advanced-functions-and-cl .. | 2 | 30 | 6 | 55 | TODO |
| 93 | 1 | DONE | ||||
| 94 | ch20-00-final-project-a-web-server | 2 | 1 | 2 | 0 | TODO |
| 95 | ch20-01-single-threaded | 2 | 26 | 8 | 172 | TODO |
| 96 | ch20-02-multithreaded | 2 | 62 | 39 | 505 | TODO |
| 97 | ch20-03-graceful-shutdown-and-cle .. | 2 | 18 | 17 | 306 | TODO |
| 98 | appendix-00 | 2 | 0 | 0 | 0 | TODO |
| 99 | 1 | DONE | ||||
| 100 | appendix-02-operators | 2 | 2 | 7 | 2 | TODO |
| 101 | appendix-03-derivable-traits | 2 | 16 | 8 | 4 | TODO |
| 102 | 1 | DONE | ||||
| 103 | 1 | DONE | ||||
| 104 | 2 | DONE | ||||
| 105 | appendix-07-nightly-rust | 2 | 3 | 5 | 4 | TODO |