Skip to main content

try_advance_window

Function try_advance_window 

Source
pub fn try_advance_window(window: &[u8], offset: usize) -> Result<&[u8]>
Expand description

Checked variant of advance_window: returns Err instead of panicking when offset exceeds the window length. Use for payload- or metadata-derived offsets, which must be treated as untrusted.