From e49275700f0cf770d30a379c0523c8c8ffa4cc3c Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Sat, 13 Aug 2016 14:28:34 -0400 Subject: add stream writing to list of features --- src/zip.cr | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/zip.cr') diff --git a/src/zip.cr b/src/zip.cr index 4f007db..583191a 100644 --- a/src/zip.cr +++ b/src/zip.cr @@ -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) -- cgit v1.2.3