Reading and writing archives in zig.
- Reading and writing zip archives
- Supports zip64
- Supports zip files with a preamble (like self-extracting archives)
- TODO: Reading and writing tar archives
Reading (and extracting) a zip archive: tests/read_zip.zig
Writing a zip archive: tests/write_zip.zig