An open API service indexing awesome lists of open source software.

https://github.com/SuperAuguste/zarc

ZIP (and soon, other formats) implemented in Zig
https://github.com/SuperAuguste/zarc

Last synced: about 1 year ago
JSON representation

ZIP (and soon, other formats) implemented in Zig

Awesome Lists containing this project

README

          

# zarc

A pretty darn good implementation of various archive formats (`zip` and `tar` at the moment) in Zig. Originally created for use within [jaz](https://github.com/SuperAuguste/jaz).

## Attribution

* The `tar` header struct in `tar.zig` was taken directly from `mattnite`'s awesome [`mattnite/tar`](https://github.com/mattnite/tar) library. Kudos to him!

## License

MIT