Function include_merkle::read_file

source ·
pub fn read_file<P: AsRef<Path>>(path: P) -> Result<Vec<u8>>
Expand description

Read a file in its entirety into a byte vector.