Skip to content
This repository was archived by the owner on Sep 28, 2025. It is now read-only.
/ compress Public archive

Zig compression library originally ported from stdlib 0.14.1. Maintained at codeberg.

License

Notifications You must be signed in to change notification settings

mattnite/compress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

compress

Zig compression library originally ported from stdlib 0.14.1, to work with the new IO interface introduced in 0.15.1.

Progress

Currently the following areas are passing tests:

Namespace Compression Tests Passing Decompression Tests Passing
gzip Yes No
lzma No No
lzma2 No No
xz No No
flate No No
zlib No No
zstd No No

About

Zig compression library originally ported from stdlib 0.14.1. Maintained at codeberg.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages