Skip to main content

encode_with_block_size

Function encode_with_block_size 

Source
pub fn encode_with_block_size(data: &[u8], block_size: usize) -> Vec<u8> 
Expand description

Compress with a custom block size (useful for testing or tuning).