aboutsummaryrefslogtreecommitdiff
path: root/src/epub.rs
Commit message (Collapse)AuthorAgeFilesLines
* Group skeleton initialization into one functionA Farzat2026-02-141-0/+8
|
* Add functions to create the EPUB skeletonA Farzat2026-02-141-0/+35
| | | | The base directories and files needed to create the EPUB file output.
* Create the basic directory structure for epubA Farzat2026-02-131-0/+91
The directory name needs to be sanitized such that it is valid on all major Operating systems and filesystems. This includes replacing invalid characters and limiting the filename to 255 bytes.