An open API service indexing awesome lists of open source software.

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.

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)`