Function find_frame_compressed_size
pub fn find_frame_compressed_size(src: &[u8]) -> SafeResult
Wraps the ZSTD_findFrameCompressedSize() function.
src should contain at least an entire frame.
find_frame_compressed_sizepub fn find_frame_compressed_size(src: &[u8]) -> SafeResult
Wraps the ZSTD_findFrameCompressedSize() function.
src should contain at least an entire frame.