this post was submitted on 08 Apr 2024
8 points (83.3% liked)

Rust Programming

7734 readers
1 users here now

founded 5 years ago
MODERATORS
 

https://doc.rust-lang.org/book/ links to a site that's charging an absurd $40 for ebook format.

Where can we download it for free?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] nous@programming.dev 17 points 5 months ago* (last edited 5 months ago) (1 children)

There is a small "print this book" link in the top corner next to the github link that can save as a PDF. Might not give you the nicest page layout but hell, it is free. And free to read online, and free to read offline with rustup docs --book.

[โ€“] eardon@lemmy.ca 7 points 5 months ago

Thanks! I didn't see the option to "print" it as a PDF in the top right.

The layout looks just fine to me. You are a lifesaver!