Struct epub_builder::ZipLibrary [] [src]

pub struct ZipLibrary { /* fields omitted */ }

Zip files using the Rust zip library.

Methods

impl ZipLibrary
[src]

Creates a new wrapper for zip library

Trait Implementations

impl Debug for ZipLibrary
[src]

Formats the value using the given formatter.

impl Default for ZipLibrary
[src]

Returns the "default value" for a type. Read more

impl Zip for ZipLibrary
[src]

Write the source content to a file in the archive

Generate the ZIP file