Skip to content

Turbo87/uv_zip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Makes libzip asynchronous by mimicing the uv_fs_* APIs.

Usage

See test/test.cpp

Testing

$ ./configure
[...]
$ make test
[...]
* open_failure (0.9ms)
* open_from_fd (0.9ms)
* missing_file (0.2ms)
* read_file (0.2ms)

Note: This binding is not complete and only provides read-only support.

About

libzip bindings for libuv

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 53.6%
  • C++ 40.7%
  • Makefile 5.7%