https://github.com/sweetbbak/zig-libarchive
an example of using libarchive in Zig to recursively compress a directory
https://github.com/sweetbbak/zig-libarchive
Last synced: 3 months ago
JSON representation
an example of using libarchive in Zig to recursively compress a directory
- Host: GitHub
- URL: https://github.com/sweetbbak/zig-libarchive
- Owner: sweetbbak
- Created: 2024-12-26T07:52:20.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-26T07:54:11.000Z (6 months ago)
- Last Synced: 2025-01-29T03:01:35.497Z (5 months ago)
- Language: Zig
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A Zig port of this libarchive example showing how to use libarchive to compress a directory:
works with 7zip and all compatible libarchive formats. :3