Rust eBooks Nightly — Rust books in EPUB, AZW3, MOBI, and PDF
Posted on Tue, 21 Apr 2026 in Programming
Rust eBooks Nightly is a project by Artur Sulej that automatically builds and publishes the latest versions of the most important Rust books in EPUB, AZW3, MOBI and PDF formats. Updated daily via GitHub Actions.
Available books right now:
- The Rust Programming Language (the official book from rust-lang.org)
- Rust By Example
- The Rust Reference
- The Rustonomicon — all about unsafe code in Rust
- The Cargo Book
- Rust Cookbook
- Asynchronous Programming in Rust
- Learning Rust With Entirely Too Many Linked Lists — my favorite for learning alienist patterns
- Rust Unsafe Code Guidelines
- The Embedded Rust Book
- The wasm-bindgen Guide
- Real-Time Interrupt-driven Concurrency (RTIC)
- The Rust and WebAssembly Book
The nice thing about this project is that it's nightly — every day it clones each book's repository, builds the content with mdBook, converts it to different formats with Calibre, and uploads to GitHub Pages. If a book fails to build, it's skipped and an issue is created automatically. The others keep going.
I've been using a Likebook Muses for a while now, and having Rust books always at hand is quite useful.
These books cover the official documentation, so they're nicely complemented by paid titles like Programming Rust (O'Reilly), Rust for Rustaceans by Jon Gjengset, or Black Hat Rust by Sylvain Kerkour.
Link: https://artur-sulej.github.io/rust-ebooks/ Repo: https://github.com/Artur-Sulej/rust-ebooks