Enums§
Functions§
- decompress_
px - decompress a pkdpx or at4px file. It take as input a Bytes buffer, and return a decompressed buffer (or an error)
- is_px
- check if a file is a px-compressed filed (PKDPX or AT4PX) . return true if it is one, false otherwise.
- naive_
compression - use a naive compression algoritm to compress the input to a PKDPX file