Module write
Types for creating ZIP archives
Structs
- ExtendedFileOptions The Extension for Extra Data and Central Extra Data
- FileOptions Metadata for a file to be written
- StreamWriter Wrapper around a [Write] implementation that implements the [Seek] trait, but where seeking returns an error unless it's a no-op.
Type Aliases
- FullFileOptions Adds Extra Data and Central Extra Data. It does not implement copy.
- SimpleFileOptions Simple File Options. Can be copied and good for simple writing zip files