zippity 0.5.0

Library for asynchronously creating a ZIP file on the fly.
Documentation
1
2
3
4
5
6
7
8
9
10
//! These are the integration tests for zippity.
//! These are here under src/ instead of in tests/, because we need to access
//! the module `test_util`.

#[cfg(feature = "actix-web")]
mod actix_web;
mod external;
mod unzip;
#[cfg(feature = "tokio-file")]
mod unzip_fs;