-
Notifications
You must be signed in to change notification settings - Fork 104
Update 2020
Tatsuya Kawano edited this page Oct 18, 2020
·
7 revisions
File | Phase | Status |
---|---|---|
SUMMARY | 1 | DONE |
title-page | 1 | DONE |
foreword | 2 | TODO |
ch00-00-introduction | 2 | TODO |
ch01-00-getting-started | 2 | TODO |
ch01-01-installation | 1 | DONE |
ch01-02-hello-world | 2 | TODO |
ch01-03-hello-cargo | 2 | TODO |
ch02-00-guessing-game-tutorial | 2 | TODO |
ch03-00-common-programming-concep .. | 2 | TODO |
ch03-01-variables-and-mutability | 2 | TODO |
ch03-02-data-types | 2 | TODO |
ch03-03-how-functions-work | 2 | TODO |
ch03-04-comments | 2 | TODO |
ch03-05-control-flow | 2 | TODO |
ch04-00-understanding-ownership | 2 | TODO |
ch04-01-what-is-ownership | 2 | TODO |
ch04-02-references-and-borrowing | 2 | TODO |
ch04-03-slices | 2 | IN-PROG |
ch05-00-structs | 2 | TODO |
ch05-01-defining-structs | 2 | TODO |
ch05-02-example-structs | 2 | TODO |
ch05-03-method-syntax | 2 | TODO |
ch06-00-enums | 2 | TODO |
ch06-01-defining-an-enum | 2 | TODO |
ch06-02-match | 2 | TODO |
ch06-03-if-let | 2 | TODO |
ch07-00-managing-growing-projects .. | 1 | DONE |
ch07-01-packages-and-crates | 1 | DONE |
ch07-02-defining-modules-to-contr .. | 1 | DONE |
ch07-03-paths-for-referring-to-an .. | 1 | DONE |
ch07-04-bringing-paths-into-scope .. | 1 | DONE |
ch07-05-separating-modules-into-d .. | 1 | DONE |
ch08-00-common-collections | 2 | TODO |
ch08-01-vectors | 2 | IN-PROG |
ch08-02-strings | 2 | TODO |
ch08-03-hash-maps | 2 | TODO |
ch09-00-error-handling | 2 | TODO |
ch09-01-unrecoverable-errors-with .. | 2 | TODO |
ch09-02-recoverable-errors-with-r .. | 2 | TODO |
ch09-03-to-panic-or-not-to-panic | 2 | TODO |
ch10-00-generics | 2 | TODO |
ch10-01-syntax | 2 | TODO |
ch10-02-traits | 1 | DONE |
ch10-03-lifetime-syntax | 2 | IN-PROG |
ch11-00-testing | 2 | TODO |
ch11-01-writing-tests | 2 | DONE |
ch11-02-running-tests | 2 | TODO |
ch11-03-test-organization | 2 | TODO |
ch12-00-an-io-project | 2 | TODO |
ch12-01-accepting-command-line-ar .. | 2 | TODO |
ch12-02-reading-a-file | 2 | TODO |
ch12-03-improving-error-handling- .. | 2 | TODO |
ch12-04-testing-the-librarys-func .. | 2 | TODO |
ch12-05-working-with-environment- .. | 2 | TODO |
ch12-06-writing-to-stderr-instead .. | 2 | TODO |
ch13-00-functional-features | 2 | TODO |
ch13-01-closures | 2 | TODO |
ch13-02-iterators | 2 | TODO |
ch13-03-improving-our-io-project | 2 | TODO |
ch13-04-performance | 2 | TODO |
ch14-00-more-about-cargo | 2 | TODO |
ch14-01-release-profiles | 2 | TODO |
ch14-02-publishing-to-crates-io | 2 | TODO |
ch14-03-cargo-workspaces | 2 | TODO |
ch14-04-installing-binaries | 2 | TODO |
ch14-05-extending-cargo | 2 | TODO |
ch15-00-smart-pointers | 2 | TODO |
ch15-01-box | 2 | TODO |
ch15-02-deref | 2 | TODO |
ch15-03-drop | 2 | TODO |
ch15-04-rc | 2 | TODO |
ch15-05-interior-mutability | 2 | TODO |
ch15-06-reference-cycles | 2 | TODO |
ch16-00-concurrency | 2 | TODO |
ch16-01-threads | 2 | TODO |
ch16-02-message-passing | 2 | TODO |
ch16-03-shared-state | 2 | TODO |
ch16-04-extensible-concurrency-sy .. | 2 | TODO |
ch17-00-oop | 2 | TODO |
ch17-01-what-is-oo | 2 | TODO |
ch17-02-trait-objects | 2 | TODO |
ch17-03-oo-design-patterns | 2 | TODO |
ch18-00-patterns | 2 | TODO |
ch18-01-all-the-places-for-patter .. | 2 | TODO |
ch18-02-refutability | 2 | TODO |
ch18-03-pattern-syntax | 2 | TODO |
ch19-00-advanced-features | 2 | TODO |
ch19-01-unsafe-rust | 2 | TODO |
ch19-03-advanced-traits | 2 | TODO |
ch19-04-advanced-types | 2 | TODO |
ch19-05-advanced-functions-and-cl .. | 2 | TODO |
ch19-06-macros | 1 | DONE |
ch20-00-final-project-a-web-server | 2 | TODO |
ch20-01-single-threaded | 2 | TODO |
ch20-02-multithreaded | 2 | TODO |
ch20-03-graceful-shutdown-and-cle .. | 2 | TODO |
appendix-00 | 2 | TODO |
appendix-01-keywords | 1 | DONE |
appendix-02-operators | 2 | TODO |
appendix-03-derivable-traits | 2 | TODO |
appendix-04-useful-development-to .. | 1 | DONE |
appendix-05-editions | 1 | DONE |
appendix-06-translation | 2 | DONE |
appendix-07-nightly-rust | 2 | TODO |