libzip-sys 0.1.1

libzip ffi binding
Documentation
1
2
3
4
5
6
# zip_open: file doesn't exist
program tryopen
args nosuchfile
return 1
stdout opening 'nosuchfile' returned error 9
stderr 1 errors