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]

[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]

[src]

Formats the value using the given formatter. Read more

impl Zip for ZipLibrary
[src]

[src]

Write the source content to a file in the archive

[src]

Generate the ZIP file

Auto Trait Implementations

impl Send for ZipLibrary

impl Sync for ZipLibrary