diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/zip.cr | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -38,6 +38,8 @@ require "zlib" # Features: # * Read and write zip files # * Native Crystal, no dependencies other than zlib +# * Stream writing (e.g. write zip to socket, pipe or other arbitrary, +# non-seekable IO) # * ZIP64 support # * Store and DEFLATE compression # * UTF-8 filename and comment support (EFS) |