Expand description
A mdbook
backend for generating a book in the EPUB
format.
Modules§
Structs§
- Config
- The configuration struct used to tweak how an EPUB document is generated.
- Generator
- The actual EPUB book renderer.
Constants§
- DEFAULT_
CSS - The default stylesheet used to make the rendered document pretty.
- MDBOOK_
VERSION - The exact version of
mdbook
this crate is compiled against.
Functions§
- generate
- Generate an
EPUB
version of the provided book. - output_
filename - Calculate the output filename using the
mdbook
config.