libzip-sys 0.1.1

libzip ffi binding
Documentation
1
2
3
4
5
# add stdin to zip
pipein echo This is a test, and it seems to have been successful.
args -- teststdin.zip add_file teststring.txt /dev/stdin 0 -1
return 0
file-new teststdin.zip teststdin.zip