[go: nahoru, domu]

Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

killercup/trpl-ebook

Repository files navigation

'The Rust Programming Language' as EBook

This repository contains stuff to convert this book to HTML, EPUB and PDF.

Download Links

Build Status

DIY

Install:

Then run:

$ cargo run --release

Voilà!

Build different books

There are some CLI arguments that you can use to compile books other than the default (trpl). E.g., this repository also include the Rustonomicon.

You can build it like this:

$ cargo run --release -- --prefix=nomicon --source=nomicon --meta=nomicon_meta.yml

License

The book content itself as well as any code I added as part of this repository is Copyright (c) 2015 The Rust Project Developers and licensed like Rust itself (MIT and Apache).