zig-archive

MIT License

Stars
12

zig-archive

Reading and writing archives in zig.

Features

  • Reading and writing zip archives
    • Supports zip64
    • Supports zip files with a preamble (like self-extracting archives)
  • TODO: Reading and writing tar archives

Examples

Reading (and extracting) a zip archive: tests/read_zip.zig

Writing a zip archive: tests/write_zip.zig