pub fn decompress_brotli(
data: &[u8],
max_rlp_bytes_per_channel: usize,
) -> Result<Vec<u8>, BrotliDecompressionError>
Available on crate feature
protocol
only.Expand description
Decompresses the given bytes data using the Brotli decompressor implemented
in the brotli
crate.