pub fn compress_to_bytes( value: &Value, opts: &CompressOptions, ) -> Result<Vec<u8>, Error>
压缩 JSON 到字节数组(无状态,按调用传入选项)