Expand description
A mdbook backend for generating a book in the EPUB format.
Re-exports§
pub use init_trace::init_tracing;
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
mdbookthis crate is compiled against.
Functions§
- file_io
- generate
- Generate an
EPUBversion of the provided book. - output_
filename - Calculate the output filename using the
mdbookconfig. - path_io