pub fn auto_decompress<T: NumberLike>(bytes: &[u8]) -> QCompressResult<Vec<T>>
Expand description

Automatically makes an educated guess for the best decompression configuration, then decompresses .qco bytes into numbers.

There are currently no relevant fields in the decompression configuration, so there is no compute downside to using this function.