pub fn decompress(src: &[u8]) -> Result<Vec<u8>>
One-shot decompress into a fresh Vec sized from the frame header. Errors if the frame doesn’t declare its content size (use streaming/a known bound for those).
Vec