unzip-rs 0.2.0

rust unzip util, use zlib
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef ZIP3_UNZIP_TOOL_H
#define ZIP3_UNZIP_TOOL_H


#ifdef __cplusplus
extern "C" {
#endif

extern int unzip(const char *zip_path, const char *target_path);

#ifdef __cplusplus
}
#endif

#endif //ZIP3_UNZIP_TOOL_H