Skip to content

Commit

Permalink
feat: Add link to PDF in intro.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwalton committed Apr 27, 2023
1 parent 4ebe964 commit ca9e742
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/ch00-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ hide_title: true
<p>Based on <a href="https://doc.rust-lang.org/stable/book/">"The Rust Programming Language"</a> by Steve Klabnik and Carol Nichols.</p>
</div>

PDF version of this book is available [here](https://github.com/jwalton/rust-book-abridged/releases/latest/download/rust-book-abridged.pdf).

## What is this?

This is an abridged - or perhaps a better word would be condensed - version of ["The Rust Programming Language"](https://doc.rust-lang.org/stable/book/title-page.html) (AKA "the Rust Book"). This is not an original work - all the chapter names and examples in this book have been copied verbatim from the original, but all of the prose has been rewritten from scratch, leaving out anything that's not about learning Rust. This book is about 1/2 the length of the original, but I don't think it is missing anything that an experienced software developer wouldn't already know.
Expand Down

0 comments on commit ca9e742

Please sign in to comment.