Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/doc/book
Submodule book updated 32 files
+2 −0 listings/ch12-an-io-project/listing-12-19/src/lib.rs
+0 −47 listings/ch13-functional-features/listing-12-23-reproduced/src/lib.rs
+47 −2 listings/ch13-functional-features/listing-12-23-reproduced/src/main.rs
+0 −45 listings/ch13-functional-features/listing-12-24-reproduced/src/lib.rs
+45 −2 listings/ch13-functional-features/listing-12-24-reproduced/src/main.rs
+0 −45 listings/ch13-functional-features/listing-13-18/src/lib.rs
+45 −2 listings/ch13-functional-features/listing-13-18/src/main.rs
+0 −50 listings/ch13-functional-features/listing-13-19/src/lib.rs
+51 −2 listings/ch13-functional-features/listing-13-19/src/main.rs
+0 −54 listings/ch13-functional-features/listing-13-20/src/lib.rs
+54 −2 listings/ch13-functional-features/listing-13-20/src/main.rs
+0 −52 listings/ch13-functional-features/listing-13-22/src/lib.rs
+37 −5 listings/ch13-functional-features/listing-13-22/src/main.rs
+1 −1 listings/ch14-more-about-cargo/output-only-02-add-one/add/Cargo.toml
+122 −155 nostarch/chapter13.md
+106 −95 nostarch/chapter14.md
+ nostarch/docx/chapter13.docx
+ nostarch/docx/chapter14.docx
+41 −38 src/ch13-01-closures.md
+11 −12 src/ch13-02-iterators.md
+40 −27 src/ch13-03-improving-our-io-project.md
+7 −48 src/ch13-04-performance.md
+3 −3 src/ch14-00-more-about-cargo.md
+1 −1 src/ch14-01-release-profiles.md
+34 −28 src/ch14-02-publishing-to-crates-io.md
+11 −10 src/ch14-03-cargo-workspaces.md
+2 −1 src/ch14-04-installing-binaries.md
+1 −1 src/ch14-05-extending-cargo.md
+ src/img/trpl14-01.png
+ src/img/trpl14-02.png
+ src/img/trpl14-03.png
+ src/img/trpl14-04.png
2 changes: 1 addition & 1 deletion src/doc/embedded-book
2 changes: 1 addition & 1 deletion src/doc/rust-by-example
Submodule rust-by-example updated 1 files
+1 −0 book.toml
Loading