[][src]Crate pmd_pkdpx

Enums

PXError

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