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