No description
Find a file
Jordan Hrycaj c71efff5fd
Provide incremental gunzip tool (#21)
* Provide incremental gunzip tool

details
  Works on a `Stream` object with fixed buffer sized input and
  inflated output.

* Must not use `newSeqUninit()`

* Add missing `substr(openArray[])` for NIM 1.6
2025-09-10 08:09:46 +00:00
.github/workflows use the common CI workflow (#19) 2025-01-13 10:33:18 +01:00
tests Provide incremental gunzip tool (#21) 2025-09-10 08:09:46 +00:00
zlib Provide incremental gunzip tool (#21) 2025-09-10 08:09:46 +00:00
.gitignore ignore *.exe 2023-01-31 11:43:26 +07:00
.gitmodules initial commit 2021-06-20 09:30:48 +07:00
config.nims Add setup/lock files (#4) 2022-07-12 21:39:00 +03:00
README.md initial commit 2021-06-20 09:30:48 +07:00
zlib.nim Provide incremental gunzip tool (#21) 2025-09-10 08:09:46 +00:00
zlib.nimble fix deprecated import (#20) 2025-04-24 14:39:25 +00:00

zlib wrapper in nim

Github action

This is a nim wrapper of original C implementation of zlib

License

Licensed and distributed under either of

or

at your option. These files may not be copied, modified, or distributed except according to those terms.