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
- Host: GitHub
- URL: https://github.com/SuperAuguste/zarc
- Owner: SuperAuguste
- License: mit
- Created: 2021-06-14T20:07:48.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-26T15:01:31.000Z (over 2 years ago)
- Last Synced: 2025-04-15T23:55:57.935Z (about 1 year ago)
- Language: Zig
- Homepage:
- Size: 43 KB
- Stars: 28
- Watchers: 2
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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