14 breaking releases
Uses new Rust 2024
0.15.0 | Feb 24, 2025 |
---|---|
0.13.0 | Feb 23, 2025 |
#974 in Text processing
108 downloads per month
21KB
217 lines
EPUB to MDBook Converter
This is a powerful tool to convert EPUB files to MDBook format.
Usage
CLI
cargo install epub2mdbook
epub2mdbook path/to/input.epub --output-dir path/to/output
Rust
use epub2mdbook::convert_epub_to_mdbook;
convert_epub_to_mdbook("path/to/input.epub", "path/to/output", true);
Dependencies
~18–30MB
~451K SLoC