Function read_to_end

Source
fn read_to_end<R: Read>(reader: &mut R) -> Result<Vec<u8>>
Expand description

A helper function to read to the end of the reader