| Crates.io | epub2mdbook |
| lib.rs | epub2mdbook |
| version | 0.15.0 |
| created_at | 2025-02-21 15:36:25.864333+00 |
| updated_at | 2025-02-24 07:58:23.485992+00 |
| description | A tool to convert EPUB files to MDBook format |
| homepage | |
| repository | https://github.com/cyborg42/epub2mdbook |
| max_upload_size | |
| id | 1564327 |
| size | 75,999 |
This is a powerful tool to convert EPUB files to MDBook format.
cargo install epub2mdbook
epub2mdbook path/to/input.epub --output-dir path/to/output
use epub2mdbook::convert_epub_to_mdbook;
convert_epub_to_mdbook("path/to/input.epub", "path/to/output", true);