# Skive An array slicer and compressor library. Slice byte slices into sized chunks and compress them into blocks! Each block is assigned an ID and is compressed using `ZLib` which can then be processed elsewhere. It might be of use to someone, who knows