Function zstd_safe::get_frame_content_size
source · pub fn get_frame_content_size(src: &[u8]) -> u64
Expand description
Wraps the ZSTD_getFrameContentSize()
function.
src
should contain at least a frame header.
pub fn get_frame_content_size(src: &[u8]) -> u64
Wraps the ZSTD_getFrameContentSize()
function.
src
should contain at least a frame header.