Skip to content

thechampagne/zip-odin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zip-odin

Odin binding for a portable, simple zip library.

Example

package main import "zip" main :: proc() { zip_file := zip.open("odin.zip", 6, 'w') defer zip.close(zip_file) zip.entry_open(zip_file, "test") defer zip.entry_close(zip_file) content := "test content" zip.entry_write(zip_file, &content, len(content)) }

References

License

This repo is released under the MIT License.

About

Odin binding for a portable, simple zip library.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages