https://github.com/bakpakin/janet-miniz
Janet bindings to the miniz library.
https://github.com/bakpakin/janet-miniz
Last synced: 6 months ago
JSON representation
Janet bindings to the miniz library.
- Host: GitHub
- URL: https://github.com/bakpakin/janet-miniz
- Owner: bakpakin
- License: mit
- Created: 2020-07-11T20:29:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-11T02:41:04.000Z (over 3 years ago)
- Last Synced: 2025-04-07T20:22:31.288Z (6 months ago)
- Language: C
- Size: 73.2 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Janet miniz bindings
Bindings to the miniz library in Janet. Currently exposes in memory compression only.
## Documentation
HTML Documentation can be generated locally with mendoza.
```
[sudo] jpm install mendoza
mdz build
mdz serve
```### Functions
- `(miniz/compress bytes &opt level buffer)`
- `(miniz/decompress &opt buffer)`