Crate libyaz0

Source

Functions§

alt_decompress
my first try porting a compression algorithm, it’s really just the direct port of the python3 version ;)
compress
most likely broken, but it “should” compress your stuff, I recommend using the other Yaz0 library for compression. The one who wrote it seems to be a lot more knowledgable in both Rust and Compression algorithms :/
decompress
decompresses the entire buffer :)
deflate
another name for compressing
generate_header
generates a Yaz0 header.
get_subvector
inflate
another name for decompressing