read_to_nul

Function read_to_nul 

Source
fn read_to_nul<R: BufRead>(r: &mut R, buffer: &mut Vec<u8>) -> Result<()>