[][src]Function byte_tools::copy

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

Copy bytes from src to dst

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