pub fn encode_with_block_size(data: &[u8], block_size: usize) -> Vec<u8> ⓘ
Compress with a custom block size (useful for testing or tuning).