peacess / rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Study Rust and Sample

Generate "The Rust Programming Language" epub

cargo install mdbook
cargo install mdbook-epub
cargo install --force cargo-make
git clone https://github.com/rust-lang/book.git
cd book
add the following in the file "book.toml"
"
[output.epub]
additional-css = ["ferris.css", "theme/2018-edition.css"]
"
mdbook build
the epub file will be generated in folder book/epub

About


Languages

Language:Rust 99.4%Language:HTML 0.3%Language:Makefile 0.3%