1 file changed
+1
-1
lines changed- 2018-edition/book.toml+4
- 2018-edition/ferris.css+33
- 2018-edition/ferris.js+51
- 2018-edition/src/ch00-00-introduction.md+13-2
- 2018-edition/src/ch02-00-guessing-game-tutorial.md+1-1
- 2018-edition/src/ch03-01-variables-and-mutability.md+2-2
- 2018-edition/src/ch03-02-data-types.md+1-1
- 2018-edition/src/ch03-03-how-functions-work.md+2-2
- 2018-edition/src/ch03-05-control-flow.md+2-2
- 2018-edition/src/ch04-01-what-is-ownership.md+1-1
- 2018-edition/src/ch04-02-references-and-borrowing.md+4-4
- 2018-edition/src/ch04-03-slices.md+1-1
- 2018-edition/src/ch05-01-defining-structs.md+1-1
- 2018-edition/src/ch05-02-example-structs.md+1-1
- 2018-edition/src/ch06-01-defining-an-enum.md+1-1
- 2018-edition/src/ch06-02-match.md+1-1
- 2018-edition/src/ch07-01-mod-and-the-filesystem.md+1-1
- 2018-edition/src/ch07-02-controlling-visibility-with-pub.md+1-1
- 2018-edition/src/ch07-03-importing-names-with-use.md+1-1
- 2018-edition/src/ch08-01-vectors.md+2-2
- 2018-edition/src/ch08-02-strings.md+2-2
- 2018-edition/src/ch08-03-hash-maps.md+3-1
- 2018-edition/src/ch09-01-unrecoverable-errors-with-panic.md+2-2
- 2018-edition/src/ch09-02-recoverable-errors-with-result.md-1
- 2018-edition/src/ch09-03-to-panic-or-not-to-panic.md+1-1
- 2018-edition/src/ch10-01-syntax.md+2-2
- 2018-edition/src/ch10-02-traits.md+1-1
- 2018-edition/src/ch10-03-lifetime-syntax.md+5-5
- 2018-edition/src/ch11-01-writing-tests.md+6-6
- 2018-edition/src/ch11-02-running-tests.md+1-1
- 2018-edition/src/ch12-02-reading-a-file.md+1-1
- 2018-edition/src/ch13-01-closures.md+4-4
- 2018-edition/src/ch13-02-iterators.md+1-1
- 2018-edition/src/ch15-01-box.md+1-1
- 2018-edition/src/ch15-02-deref.md+1-1
- 2018-edition/src/ch15-03-drop.md+1-1
- 2018-edition/src/ch15-04-rc.md+1-1
- 2018-edition/src/ch15-05-interior-mutability.md+3-3
- 2018-edition/src/ch16-01-threads.md+2-2
- 2018-edition/src/ch16-02-message-passing.md+1-1
- 2018-edition/src/ch16-03-shared-state.md+3-3
- 2018-edition/src/ch17-02-trait-objects.md+2-2
- 2018-edition/src/ch18-01-all-the-places-for-patterns.md+1-1
- 2018-edition/src/ch18-02-refutability.md+2-2
- 2018-edition/src/ch18-03-pattern-syntax.md+2-2
- 2018-edition/src/ch19-01-unsafe-rust.md+8-8
- 2018-edition/src/ch19-02-advanced-lifetimes.md+4-4
- 2018-edition/src/ch19-03-advanced-traits.md+1-1
- 2018-edition/src/ch19-04-advanced-types.md+2-2
- 2018-edition/src/ch19-05-advanced-functions-and-closures.md+1-1
- 2018-edition/src/ch20-02-multithreaded.md+13-13
- 2018-edition/src/ch20-03-graceful-shutdown-and-cleanup.md+2-2
- 2018-edition/src/img/ferris/does_not_compile.svg+72
- 2018-edition/src/img/ferris/not_desired_behavior.svg+75
- 2018-edition/src/img/ferris/panics.svg+70
- 2018-edition/src/img/ferris/unsafe.svg+291
- second-edition/src/ch11-01-writing-tests.md+18-18
- second-edition/src/ch20-03-graceful-shutdown-and-cleanup.md+1-1
0 commit comments