async-deflate-zip 0.3.0

Streaming async ZIP archive writer with per-file deflate compression
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod entry_options;
mod entry_writer;
mod helpers;
mod stored_entry;
mod zip_writer;

pub use entry_options::EntryOptions;
pub use entry_writer::EntryWriter;
pub use zip_writer::ZipWriter;

#[cfg(test)]
mod test_utils;