Convert Rust books to EPUB (incl. The Rust Programming Language)
The following steps work for all the HTML learning materials on the Learn Rust page:
- Click on the "Print this book" icon in the top right corner.
- "Cancel" print popup.
- Press F12 (on Firefox) to open the browser console. Or: Tools > Browser Tools > Web Developer Tools, then switch to Console tab.
- Copy, paste, and run the contents of
ebookFormatPreparation.jsinto your browser's console. - Save the modified HTML file.