Where can we download the Rust manual for free?

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?

8 points · 2 comments · view on lemmy.world

2 Comments

nous@programming.dev · 18 pts · 2y (1 reply)

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 · 8 pts · 2y

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!