[−][src]Crate zip
A basic ZipReader/Writer crate
Re-exports
pub use crate::read::ZipArchive; |
pub use crate::write::ZipWriter; |
Modules
read | Structs for reading a ZIP archive |
result | Error types that can be emitted from this library |
write | Structs for creating a new zip archive |
Structs
DateTime | A DateTime field to be used for storing timestamps in a zip file |
Enums
CompressionMethod | Compression methods for the contents of a ZIP file. |