Skip to main content

put_reframed

Function put_reframed 

Source
fn put_reframed(
    encoded: &[u8],
    framing_bytes_before: usize,
    rest: &[u8],
    out: &mut impl BufMut,
) -> FetchReemit
Expand description

Write a re-encoded frame out: the new framing, then every byte that stood behind the old one.