Function libyaz0::alt_decompress

source ·
pub fn alt_decompress(buffer: Vec<u8>) -> Vec<u8>
Expand description

my first try porting a compression algorithm, it’s really just the direct port of the python3 version ;)

just call it with your buffer and it will give you a decompressed buffer back.