pub fn try_get_compressed_sizes_from_paths_backend(
paths: &[&str],
backend: &CompiledCompressionBackend,
) -> InfotheoryResult<Vec<u64>>Expand description
Compute compressed sizes for paths using backend.
pub fn try_get_compressed_sizes_from_paths_backend(
paths: &[&str],
backend: &CompiledCompressionBackend,
) -> InfotheoryResult<Vec<u64>>Compute compressed sizes for paths using backend.