Skip to main content

stack_buffer_copy

Function stack_buffer_copy 

Source
pub fn stack_buffer_copy<R, W>(reader: &mut R, writer: &mut W) -> Result<u64>
where R: Read + ?Sized, W: Write + ?Sized,
Expand description

Fallback copy implementation using a stack-allocated buffer.