Struct epub_builder::ZipLibrary [] [src]

pub struct ZipLibrary { /* fields omitted */ }

Zip files using the Rust zip library.

While this has the advantage of not requiring an external zip command, I have run into some issues when trying to export EPUB generated with this method to ereaders (e.g. Kobo).

Note that these takes care of adding the mimetype (since it must not be deflated), it should not be added manually.

Methods

impl ZipLibrary
[src]

Creates a new wrapper for zip library

Also add mimetype at the beginning of the EPUB file.

Trait Implementations

impl Debug for ZipLibrary
[src]

Formats the value using the given formatter.

impl Zip for ZipLibrary
[src]

Write the source content to a file in the archive

Generate the ZIP file