Function zstd::zstd_safe::find_frame_compressed_size
source ยท pub fn find_frame_compressed_size(src: &[u8]) -> Result<usize, usize>
Expand description
Wraps the ZSTD_findFrameCompressedSize()
function.
src
should contain at least an entire frame.