pub struct ZipLibrary { /* private fields */ }
Expand description

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.

Implementations

Creates a new wrapper for zip library

Also add mimetype at the beginning of the EPUB file.

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.