Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 977 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 977 Bytes

zig-archive

Linux Workflow Status Windows Workflow Status MacOS Workflow Status

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