Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 339 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 339 Bytes

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)