Function rings_core::message::decode_gzip_data

source ·
pub fn decode_gzip_data(data: &Bytes) -> Result<Bytes>
Expand description

Decompresses the given gzip-compressed byte slice and returns the decompressed byte slice.