Skip to main content

head_bytes_from_end

Function head_bytes_from_end 

Source
pub fn head_bytes_from_end(
    data: &[u8],
    n: u64,
    out: &mut impl Write,
) -> Result<()>
Expand description

Output all but last N bytes from data