Function byte_tools::copy[][src]

pub fn copy(src: &[u8], dst: &mut [u8])

Copy bytes from src to dst

Panics if src.len() < dst.len()