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 the bytes into numbers.

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