pub fn compress_rate_size(
data: &[u8],
rate_backend: &RateBackend,
max_order: i64,
coder: CoderType,
framing: FramingMode,
) -> Result<u64>Expand description
Return compressed size (in bytes) for data using rate coding.
pub fn compress_rate_size(
data: &[u8],
rate_backend: &RateBackend,
max_order: i64,
coder: CoderType,
framing: FramingMode,
) -> Result<u64>Return compressed size (in bytes) for data using rate coding.