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.