Function zstd_safe::get_decompressed_size

source ยท
pub fn get_decompressed_size(src: &[u8]) -> Option<NonZeroU64>
๐Ÿ‘ŽDeprecated: Use ZSTD_getFrameContentSize instead
Expand description

Wraps the ZSTD_getDecompressedSize function.

Returns None if the size could not be found, or if the content is actually empty.