Skip to content

drewrobson/Zlib.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zlib

Zlib bindings for Julia.

This library provides a compress and decompress function that work as follows.

# Compress data, ouputting a Vector{Uint8} where data is either a Vector{Uint8}
# or a String.
compress(data)

# Compress at a particular level in [1, 9]
compress("Hello world", 5)

# Decompress to a Vector{Uint8} where data is either a Vector{Uint8} or a
# String.
decompress(data)

About

zlib bindings for Julia

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Julia 100.0%