read
foundry_
common
1.3.2
In foundry_
common::
fs
foundry_common
::
fs
Function
read
Copy item path
Source
pub fn read(path: impl
AsRef
<
Path
>) ->
Result
<
Vec
<
u8
>>
Expand description
Wrapper for
std::fs::read
.