Crate mdbook_epub

Crate mdbook_epub 

Source
Expand description

A mdbook backend for generating a book in the EPUB format.

Re-exports§

pub use init_trace::init_tracing;

Modules§

errors
init_trace

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§

file_io
generate
Generate an EPUB version of the provided book.
output_filename
Calculate the output filename using the mdbook config.
path_io