read_file_into_buffer

Function read_file_into_buffer 

Source
pub fn read_file_into_buffer<P>(file_path: P) -> Result<Vec<u8>, Error>
where P: AsRef<Path>,
Expand description

Reads file to the end into Vec.