foundry_common::fs

Function read

Source
pub fn read(path: impl AsRef<Path>) -> Result<Vec<u8>, FsPathError>
Expand description

Wrapper for std::fs::read.